Skip to content

Commit 9aea70e

Browse files
authored
Fix C4819 warning: replace non-ASCII em dash with ASCII hyphen in base_macros.h comment
1 parent c573595 commit 9aea70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/base_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
// Template specializations in namespace std (hash, coroutine_traits) need extern "C++"
4646
// 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.
47+
// exported - exporting namespace std would make all of std transitively visible.
4848
#ifndef WINRT_IMPL_STD_EXPORT
4949
#ifdef WINRT_IMPL_BUILD_MODULE
5050
#define WINRT_IMPL_STD_EXPORT extern "C++"

0 commit comments

Comments
 (0)