boostorg / exception

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

boost/throw_exception.hpp? #21

Closed DragonOsman closed 5 years ago

DragonOsman commented 5 years ago

I have this code on GitHub that uses Boost.Beast, and it requires boost/throw_exception.hpp. What version of Boost.Exception has that? I'm trying to use the Boost libraries on GitHub rather than the ones that come with Boost 1.69.0 so I can avoid some clashes between the latest version of Boost.Beast on GitHub and the one in Boost 1.69.0.

zajo commented 5 years ago

throw_exception.hpp is special: logically, it is part of Boost Exception, but physically it lives in a separate repo: https://github.com/boostorg/throw_exception. That is all you need if your code does not use Boost Exception; if it does, then you also need this repo (boost/exception).