From 22e3f014ad0dda28538443bca96ae50055db0550 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 26 Apr 2018 17:21:03 -0700 Subject: [PATCH] Temporarily disable /permissive-: This is a work-around for the currently broken Boost.Range. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 925184ae..69fb16cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if (MSVC) add_compile_options( /bigobj # large object file format - /permissive- # strict C++ + #/permissive- # strict C++ #/wd4503 # decorated name length exceeded, name was truncated /W4 # enable all warnings /MP # Multi-processor compilation