From f703926413fa5f669218a94193c699b0fc114e07 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 21 Jul 2021 00:43:14 +0700 Subject: [PATCH] update TRANSITION comment --- stl/inc/coroutine | 2 +- stl/inc/format | 2 +- stl/inc/ranges | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stl/inc/coroutine b/stl/inc/coroutine index 849a75a7cb..62b23be6cf 100644 --- a/stl/inc/coroutine +++ b/stl/inc/coroutine @@ -17,7 +17,7 @@ #ifndef __cpp_lib_coroutine #define _MESSAGE "The contents of 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 // ^^^ is not available / is available vvv #ifndef _ALLOW_COROUTINE_ABI_MISMATCH #pragma detect_mismatch("_COROUTINE_ABI", "2") diff --git a/stl/inc/format b/stl/inc/format index 37d8521d6f..a53ce60108 100644 --- a/stl/inc/format +++ b/stl/inc/format @@ -42,7 +42,7 @@ #ifndef __cpp_lib_format #define _MESSAGE "The contents of 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 diff --git a/stl/inc/ranges b/stl/inc/ranges index 02d53b6338..7bd291ef66 100644 --- a/stl/inc/ranges +++ b/stl/inc/ranges @@ -11,7 +11,7 @@ #ifndef __cpp_lib_ranges #define _MESSAGE "The contents of 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