compile Boost v1.84 faild with gcc 4.8.5 #365
Answered
by
grisumbras
zdl474038463
asked this question in
Q&A
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Answered by
grisumbras
Mar 14, 2024
Replies: 1 comment 1 reply
-
Since 1.84 the minimal C++ version required for many Boost libraries is C++11. GCC 4.8.5 doesn't enable it by default. Try building with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zdl474038463
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 1.84 the minimal C++ version required for many Boost libraries is C++11. GCC 4.8.5 doesn't enable it by default. Try building with
b2 cxxstd=0x
.