optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
115 stars 34 forks source link

common: add a custom implementation of std::void_t for C++11 backwards compatibility #472

Closed andrea-iob closed 3 weeks ago

andrea-iob commented 1 month ago

Since void_t is the only C++17 feature used in bitpit, this change will allow to keep C++11 compatibility.

andrea-iob commented 1 month ago

Backwards compatibility with C++11 and older version of bitpit will be kept only for the incoming v1.11 release. These changes will not be merged into master.