PacktPublishing / Template-Metaprogramming-with-CPP

Template Metaprogramming with C++, published by Packt
MIT License
82 stars 25 forks source link

fatal error: 'format' file not found #1

Open chakpongchung opened 1 year ago

chakpongchung commented 1 year ago

what version of clang or gcc should I use for this project?

fatal error: 'format' file not found
#include <format>
mariusbancila commented 1 year ago

You need Clang 14 for this. https://en.cppreference.com/w/cpp/compiler_support

Unfortunately, GCC does not support it, yet.