From 31f8cbdd0b038c7196f630febd2bbe2f9183cde0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 16 Sep 2014 20:09:14 +0200 Subject: Redefined CodePoint utility masks as C++14 binary literals * they are more expressive as the shift-syntax in my opinion --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 65fee81..3c526f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(CodepointIterator) set( CMAKE_CXX_FLAGS - "-std=c++11 -W -Wall -Wextra -Winline -pedantic" + "-std=c++14 -W -Wall -Wextra -Winline -pedantic" ) include_directories( -- cgit v1.2.3