boostorg / exception

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

Fix MSVC-11 compilation error #30

Closed Lastique closed 4 years ago

Lastique commented 4 years ago

The compiler supports std::exception_ptr but does not support uniform initialization syntax.

Compiler error can be seen in Boost.Log tests.

jefftrull commented 4 years ago

I observe this problem in Boost.Wave CI builds and would be glad to have this fix.