Opened 7 years ago
Closed 7 years ago
#11401 closed Bugs (duplicate)
Failed to compile with c++11
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | multiprecision |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
If I add -std=c++0x to g++ (version 4.6.2 (SUSE Linux))
g++ -O2 -I/home/apl/boost_devel/boost_1_58_0 -std=c++0x -lgmp -o test test.cpp
and compile attached file, compiler failed while without c++0x flag it compiled successfully.
Note:
See TracTickets
for help on using tickets.
Duplicates 11402