diff --git a/rdfind.cc b/rdfind.cc index a83ea03..84e3f68 100644 --- a/rdfind.cc +++ b/rdfind.cc @@ -6,6 +6,9 @@ #include "config.h" //header file from autoconf +static_assert(__cplusplus >= 201703L, + "this code requires a C++17 capable compiler!"); + // std #include #include