Skip to content

Commit a177393

Browse files
mikeblomeColin Robertson
authored andcommitted
remvoed mention of magic statics per STL (#314)
1 parent 76cd173 commit a177393

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ This release brings several improvements in optimization, code generation, tools
9999
Several additional C++17 features have been implemented. For more information, see [Visual C++ Language Conformance](visual-cpp-language-conformance.md).
100100

101101
##### Other new features
102-
* The Standard Library no longer depends on Magic Statics, allowing clean use in code compiled with /Zc:threadSafeInit-.
103102
* Implemented P0602R0 "variant and optional should propagate copy/move triviality".
104103
* The Standard Library now officially tolerates dynamic RTTI being disabled via /GR-. dynamic_pointer_cast() and rethrow_if_nested() inherently require dynamic_cast, so the Standard Library now marks them as =delete under /GR-.
105104
* Even when dynamic RTTI has been disabled via /GR-, "static RTTI" (in the form of typeid(SomeType)) is still available and powers several Standard Library components. The Standard Library now supports disabling this too, via /D_HAS_STATIC_RTTI=0. *Note that this will disable std::any, std::function's target() and target_type(), and shared_ptr's get_deleter().*

0 commit comments

Comments
 (0)