Skip to content

Commit 0ca1b2a

Browse files
committed
rebase
Created using spr 1.3.4
1 parent 155b9d5 commit 0ca1b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/src/iostream.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ union stream_data {
4646

4747
#ifdef _LIBCPP_ABI_MICROSOFT
4848
# define STREAM(StreamT, BufferT, CharT, var) \
49-
STRING_DATA_CONSTINIT stream_data<StreamT<CharT>, BufferT<CharT>> var __asm__( \
49+
STRING_DATA_CONSTINIT stream_data<StreamT<CharT>, BufferT<CharT>> var __asm__( \
5050
"?" #var "@" ABI_NAMESPACE_STR "@std@@3V?$" #StreamT \
51-
"@" CHAR_MANGLING(CharT) "U?$char_traits@" CHAR_MANGLING(CharT) "@" ABI_NAMESPACE_STR "@std@@@12@A") var
51+
"@" CHAR_MANGLING(CharT) "U?$char_traits@" CHAR_MANGLING(CharT) "@" ABI_NAMESPACE_STR "@std@@@12@A")
5252
#else
5353
# define STREAM(StreamT, BufferT, CharT, var) STRING_DATA_CONSTINIT stream_data<StreamT<CharT>, BufferT<CharT>> var
5454
#endif

0 commit comments

Comments
 (0)