boostorg / exception

Boost.org exception module
http://boost.org/libs/exception
Boost Software License 1.0
15 stars 46 forks source link

suppress warning #39

Closed OwnageIsMagic closed 2 years ago

OwnageIsMagic commented 2 years ago

I'm compiling with /Wall /external:W3 /external:anglebrackets/external:templates- Also take note that msvc now supports #pragma system_header https://docs.microsoft.com/en-us/cpp/build/reference/external-external-headers-diagnostics?view=msvc-160

zajo commented 2 years ago

Thanks!