mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Temporarily disable /permissive-:
This is a work-around for the currently broken Boost.Range.
This commit is contained in:
@@ -24,7 +24,7 @@ if (MSVC)
|
|||||||
|
|
||||||
add_compile_options(
|
add_compile_options(
|
||||||
/bigobj # large object file format
|
/bigobj # large object file format
|
||||||
/permissive- # strict C++
|
#/permissive- # strict C++
|
||||||
#/wd4503 # decorated name length exceeded, name was truncated
|
#/wd4503 # decorated name length exceeded, name was truncated
|
||||||
/W4 # enable all warnings
|
/W4 # enable all warnings
|
||||||
/MP # Multi-processor compilation
|
/MP # Multi-processor compilation
|
||||||
|
Reference in New Issue
Block a user