#include "if_constexpr.hpp" #include namespace cpp17 { auto stringify_ints(const std::vector& data) -> std::string { (void)data; return {}; } } // namespace cpp17