gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
277 stars 61 forks source link

cannot compile with Intel icpc 16.0.3 (C++11 flag problem?) #396

Open alaingdl opened 6 years ago

alaingdl commented 6 years ago

(no problem with Intel icpc 18)

In file included from /poubelle/coulais/icc/gdl/src/FMTOut.cpp(5): /poubelle/coulais/icc/gdl/src/FMTOut.hpp(33): error: namespace "std" has no member "unique_ptr" std::unique_ptr osLocalGuard; ^ In file included from /poubelle/coulais/icc/gdl/src/FMTOut.cpp(5): /poubelle/coulais/icc/gdl/src/FMTOut.hpp(33): error: type name is not allowed std::unique_ptr osLocalGuard; ^ In file included from /poubelle/coulais/icc/gdl/src/FMTOut.cpp(5): /poubelle/coulais/icc/gdl/src/FMTOut.hpp(33): error: identifier "osLocalGuard" is undefined std::unique_ptr osLocalGuard; ^ compilation aborted for /poubelle/coulais/icc/gdl/src/FMTOut.cpp (code 2)

slayoo commented 6 years ago

c++11 did Cmake issue any warning?