We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaaf6f commit b449cfbCopy full SHA for b449cfb
src/pugixml.cppm
@@ -60,7 +60,6 @@ export module pugixml;
60
import std.compat;
61
#endif
62
63
-#define PUGIXML_MODULE_EXPORT export
64
#if defined(__clang__)
65
# pragma clang diagnostic push
66
# pragma clang diagnostic ignored "-Winclude-angled-in-module-purview"
@@ -69,7 +68,7 @@ import std.compat;
69
68
# pragma warning(disable:5244)
70
71
#if !defined(PUGIXML_HEADER_ONLY)
72
-extern "C++" {
+export extern "C++" {
73
74
#include <pugixml.hpp>
75
0 commit comments