Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Advice with Intel compilers

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Advice with Intel compilers


Chronological Thread 
  • From: Marc Glisse <>
  • To: Sebastien Loriot <>
  • Subject: Re: [cgal-discuss] Advice with Intel compilers
  • Date: Wed, 9 Dec 2020 10:42:16 +0100 (CET)

On Wed, 9 Dec 2020, Sebastien Loriot wrote:

hash_functions.h does includes <type_traits> <https://en.cppreference.com/w/cpp/header/type_traits> so it should be fine. Maybe it is a bug of the compiler or it has
to do with the c++17 option.

Intel's compiler doesn't come with its own library, it uses whatever it finds on the system. On a supercomputer, I wouldn't be surprised if that was a super old libstdc++ from before C++14 existed.

--
Marc Glisse



Archive powered by MHonArc 2.6.19+.

Top of Page