Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Boost version should I use with a C++03-capable compiler?

My compiler supports C++03. Which version of boost should I therefore use? If I was using an earlier version of C++, how would I establish the boost version?

like image 648
Baz Avatar asked Mar 16 '26 09:03

Baz


1 Answers

Whichever. Boost libraries are smart enough to detect your C++ version and compiler and with some preprocessor magic provide implementations that will work with it. So you could as well use the latest version which has more bugs fixed and broader functionality.

like image 81
Armen Tsirunyan Avatar answered Mar 19 '26 08:03

Armen Tsirunyan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!