vinniefalco / BeastLounge

Massively Multiplayer Online Blackjack Game using Boost.Beast
http://beastlounge.com
Boost Software License 1.0
2 stars 0 forks source link

enable_shared_from.hpp not found #20

Closed benstadin closed 5 years ago

benstadin commented 5 years ago

Having Boost 1.70 installed, the following include cannot be found:

#include <boost/smart_ptr/enable_shared_from.hpp>

benstadin commented 5 years ago

Seems new in 1.71. Didn't guess that at first, since the project was updated months before 1.71 was released. nevertheless, have to stick to 1.70 for the moment.

vinniefalco commented 5 years ago

Peter Dimov's improvements to Boost.SmartPtr (in 1.71) are very exciting!

benstadin commented 5 years ago

Good to know. I'll revisit it once 1.71 is available via brew.