diff --git a/test/hash_info.cpp b/test/hash_info.cpp index 25b942a..83f74a1 100644 --- a/test/hash_info.cpp +++ b/test/hash_info.cpp @@ -9,6 +9,11 @@ #include int main() { +#if defined(__cplusplus) + std::cout << "__cplusplus: " + << __cplusplus + << std::endl; +#endif std::cout << "BOOST_HASH_HAS_STRING_VIEW: " << BOOST_HASH_HAS_STRING_VIEW << std::endl;