Skip to content

Commit 4f1980c

Browse files
committed
Require C++17 in Conan recipe
1 parent 9671def commit 4f1980c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CppSortConan(ConanFile):
3737

3838
def validate(self):
3939
if self.settings.get_safe("compiler.cppstd"):
40-
check_min_cppstd(self, 14)
40+
check_min_cppstd(self, 17)
4141

4242
def layout(self):
4343
cmake_layout(self)

0 commit comments

Comments
 (0)