tweak vs2019 compiler settings to be compatible with newer range-v3

This commit is contained in:
Jiachen YANG 2019-09-12 16:18:06 +09:00 committed by John Preston
parent 497df7f4b2
commit c164985233
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
'/w14834', # [[nodiscard]]
'/w15038', # wrong initialization order
'/w14265', # class has virtual functions, but destructor is not virtual
'/experimental:preprocessor', # need for range-v3 see https://github.com/ericniebler/range-v3#supported-compilers
'/wd5105', # needed for `/experimental:preprocessor`, suppressing C5105 "macro expansion producing 'defined' has undefined behavior"
],
'TreatWChar_tAsBuiltInType': 'false',
},