try to fix `error C2039: 'format_string': is not a member of 'std'`

This commit is contained in:
Laurent Rineau 2025-04-28 17:15:07 +02:00
parent c0abf42c57
commit 749903e4dc
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ namespace cpp11{
# define CGAL_FALLTHROUGH while(false){}
#endif
#if __cpp_lib_format >= 201907L
#if CGAL_CXX20 && __cpp_lib_format >= 201907L
# define CGAL_CAN_USE_CXX20_FORMAT 1
#endif