boost icon indicating copy to clipboard operation
boost copied to clipboard

can't build boost 1.75.0 without c++11 because of b2 requires C ++11

Open gycherish opened this issue 3 years ago • 1 comments

gycherish avatar Mar 03 '21 08:03 gycherish

Yes, you can. You just need C++11 support to build b2. Once that is done, you can build all the rest of boost with C++03. (Ok, most of boost; some of the libraries require C++11 or 14 or 17)

mclow avatar Mar 03 '21 14:03 mclow