Which boost file includes libstdcpp3.hpp?

112 Views Asked by At

When I include boost in my code, I get precompiler errors from gcc v3.4.6 complaining that Boost does not support threading when built inside an Interix SUA v3.5 shell. This error is eliminated by including boost/config/stdlib/libstdcpp3.hpp which sets the flag BOOST_HAS_THREADS. It seems sloppy to manually include this file in my program. Which file in boost is responsible for including libstdcpp3.hpp?

0

There are 0 best solutions below