summarylogtreecommitdiffstats
path: root/cpp11.diff
blob: 3daea408f1261689bfeb4166f38f5941d75cf50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: building against Qt5 requires at least C++11
Author: Florian Schlichting <fsfs@debian.org>

--- a/src/xxdiff.pro
+++ b/src/xxdiff.pro
@@ -111,7 +111,7 @@
 #linux-g++:QMAKE_LIBS += -lmpatrol -lbfd -liberty
 
 # auto_ptr deprecated in C++11, removed in C++17
-linux: QMAKE_CXXFLAGS += -std=c++03
+linux: QMAKE_CXXFLAGS += -std=c++11
 
 #----------------------------------------
 # Max OS X with XFree86 port, macx-g++