From e999dc46c8cbe5490cc4496aec83ba6c5f3fade8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 13 Jul 2021 14:52:23 +0200 Subject: [PATCH] Remove obsolete note about having to use -std=gnu++11 This shouldn't be true any longer, i.e. wxWidgets should (and does) build with just -std=c++NN. --- docs/msw/install.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/msw/install.md b/docs/msw/install.md index 6a96f8d143..76180838ce 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -162,10 +162,6 @@ latter for developing your applications. If using MinGW, you can download the add-on MSYS package to provide Unix-like tools that you'll need to build wxWidgets using configure. -C++11 note: If you want to compile wxWidgets in C++11 mode, you currently have - to use -std=gnu++11 switch as -std=c++11 disables some extensions - that wxWidgets relies on. I.e. please use CXXFLAGS="-std=gnu++11". - All of these tool chains can be used either with Unix-like configure+make build process (preferred) or with the provided makefile.gcc makefiles without using configure: