Temporarily disable /permissive-:

This is a work-around for the currently broken Boost.Range.
This commit is contained in:
Vinnie Falco
2018-04-26 17:21:03 -07:00
parent 42ac536f9b
commit 22e3f014ad

View File

@@ -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