zstd/contrib
Alexander Kanavin cd4dba74de pzstd: use c++14 without conditions
Doing this check with a direct c++ snippet is prone to portability problems:

- \043 is not portable between shells: dash expands it to #,
bash does not;

- using # directly works with make 4.3 but does not with make 4.2.

Let's just use the c++ version that covers both the code and the gtest.
2024-03-18 12:15:26 -04:00
..
2018-07-14 12:34:03 +02:00
2024-03-18 12:15:26 -04:00
2018-03-19 16:15:06 -07:00
2017-03-30 12:42:44 -07:00