We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c573595 commit 9aea70eCopy full SHA for 9aea70e
1 file changed
strings/base_macros.h
@@ -44,7 +44,7 @@
44
45
// Template specializations in namespace std (hash, coroutine_traits) need extern "C++"
46
// linkage in module builds for proper merging with the std module, but must NOT be
47
-// exported — exporting namespace std would make all of std transitively visible.
+// exported - exporting namespace std would make all of std transitively visible.
48
#ifndef WINRT_IMPL_STD_EXPORT
49
#ifdef WINRT_IMPL_BUILD_MODULE
50
#define WINRT_IMPL_STD_EXPORT extern "C++"
0 commit comments