Use -std=c++20 by default in order to enable std::counting_semaphore
Compare changes
+ 5
− 5
@@ -355,11 +355,11 @@ dnl
@@ -368,12 +368,12 @@ AC_RUN_IFELSE(
@@ -382,7 +382,7 @@ AC_RUN_IFELSE(
Need to update to C++20 because of std::counting_semaphore.