Remove mentions of no longer supported MSVS versions

The oldest supported MSVS version for wxWidgets 3.3 is 2015,
so remove mentions of limitations of older MSVS versions.

Closes #23508.
This commit is contained in:
PB 2023-04-29 21:16:22 +02:00 committed by Vadim Zeitlin
parent ca7605d9af
commit c5dc85f398
2 changed files with 1 additions and 6 deletions

View file

@ -526,10 +526,6 @@ public:
more than 2 arguments, you can use the CallAfter<T>(const T& fn)
overload that can call any functor.
@note This method is not available with Visual C++ before version 8
(Visual Studio 2005) as earlier versions of the compiler don't
have the required support for C++ templates to implement it.
@since 2.9.5
*/
template<typename T, typename T1, ...>

View file

@ -31,8 +31,7 @@
This class is fully implemented only under the platforms where xlocale POSIX
API or equivalent is available. Currently the xlocale API is available under
most of the recent Unix systems (including Linux, various BSD and macOS) and
Microsoft Visual C++ standard library provides a similar API starting from
version 8 (Visual Studio 2005).
Microsoft Visual C++ standard library provides a similar API.
If neither POSIX API nor Microsoft proprietary equivalent are available, this
class is still available but works in degraded mode: the only supported locale