RISCSoftware / cpacs_tigl_gen

Generates CPACS schema based classes for TiGL
Apache License 2.0
5 stars 5 forks source link

Remove check for HAVE_STDIS_SAME #40

Closed rainman110 closed 2 years ago

rainman110 commented 3 years ago

TiGL now requires a C++11 compiler. Hence, we can assume that std::is_same is available.

We can now safely remove the check from the generated code: https://github.com/RISCSoftware/cpacs_tigl_gen/blob/3e800f61bd586ba91965ee1e97a11c843e683261/src/lib/CodeGen.cpp#L429