Skip to content

Commit

Permalink
update TRANSITION comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsb4000 committed Jul 20, 2021
1 parent d214a8b commit f703926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stl/inc/coroutine
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef __cpp_lib_coroutine
#define _MESSAGE "The contents of <coroutine> are available only with C++20 or later or /await:strict."
#pragma message(_WARNING_MESSAGE("STL4033", _MESSAGE))
#undef _MESSAGE // TRANSITION, https://developer.nvidia.com/nvidia_bug/3342317
#undef _MESSAGE // TRANSITION, DevCom-1479701
#else // ^^^ <coroutine> is not available / <coroutine> is available vvv
#ifndef _ALLOW_COROUTINE_ABI_MISMATCH
#pragma detect_mismatch("_COROUTINE_ABI", "2")
Expand Down
2 changes: 1 addition & 1 deletion stl/inc/format
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#ifndef __cpp_lib_format
#define _MESSAGE "The contents of <format> are available only in c++latest mode with concepts support;"
#pragma message(_WARNING_MESSAGE("STL4033", _MESSAGE))
#undef _MESSAGE // TRANSITION, https://developer.nvidia.com/nvidia_bug/3342317
#undef _MESSAGE // TRANSITION, DevCom-1479701
#pragma message(_WARNING_MESSAGE("STL4033", "see https://github.com/microsoft/STL/issues/1814 for details."))
#else // ^^^ !defined(__cpp_lib_format) / defined(__cpp_lib_format) vvv

Expand Down
2 changes: 1 addition & 1 deletion stl/inc/ranges
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef __cpp_lib_ranges
#define _MESSAGE "The contents of <ranges> are available only in c++latest mode with concepts support;"
#pragma message(_WARNING_MESSAGE("STL4033", _MESSAGE))
#undef _MESSAGE // TRANSITION, https://developer.nvidia.com/nvidia_bug/3342317
#undef _MESSAGE // TRANSITION, DevCom-1479701
#pragma message(_WARNING_MESSAGE("STL4033", "see https://github.com/microsoft/STL/issues/1814 for details."))
#else // ^^^ !defined(__cpp_lib_ranges) / defined(__cpp_lib_ranges) vvv
#include <iosfwd>
Expand Down

0 comments on commit f703926

Please sign in to comment.