mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +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(
|
||||
/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
|
||||
|
Reference in New Issue
Block a user