matador icon indicating copy to clipboard operation
matador copied to clipboard

C++17 version require

Open brinkqiang opened this issue 2 years ago • 1 comments

The library function of matador is very good. It's just that only C++14 is currently supported. Ask the author if there are plans to support C++17 and above.

brinkqiang avatar May 20 '22 08:05 brinkqiang

Thank you for the question and for checking matador! Correct, currently only c++14 is supported. But actualy I'm using a replacement for std::any an std::optional and thats why I'm considering to switch to c++17 in the future. Unfortunately I can't tell when I'll switch. Currently I'm working on the threaded http server.

zussel avatar Jun 01 '22 06:06 zussel