Change targeted C++ standard.

develop
Roman Telezhynskyi 2024-02-20 15:38:24 +02:00
parent 8931d7808d
commit 72893d4d40
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ sonar.test.exclusions=src/test/**/*
# The build-wrapper output dir
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.reportingCppStandardOverride=c++17
sonar.sources=src