Skip to content
Snippets Groups Projects
Commit 8fcab1b9 authored by Mikhail Mineev's avatar Mikhail Mineev
Browse files

std::source_location instead of const char *method_name

parent 28dbf3c3
No related branches found
No related tags found
No related merge requests found
Pipeline #9979440 passed
......@@ -23,6 +23,7 @@ else()
message(STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.")
endif()
set(CMAKE_CXX_STANDARD 20)
find_package(Boost COMPONENTS system thread filesystem unit_test_framework regex REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment