mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-25 04:04:29 +08:00
Add new macro for standard library header inclusion
Newer standard library headers should only be included when the compiler is targetting that standard, otherwise some compilers (like MSVC) will warn that you are using a newer C++ include on an older version.
This commit is contained in:
@@ -691,4 +691,4 @@ TEST_CASE("StdString::View", "[stdstring]")
|
||||
|
||||
CHECK( "" == wxString::FromUTF8(strViewInvalidUTF) );
|
||||
}
|
||||
#endif
|
||||
#endif // wxHAS_STD_STRING_VIEW
|
||||
|
||||
Reference in New Issue
Block a user