Skip to content

Commit

Permalink
feat: support c++23 features
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Nov 22, 2024
1 parent 29b47eb commit ef31642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def requirements(self):
def validate(self):
KnuthConanFileV2.validate(self)
if self.info.settings.compiler.cppstd:
check_min_cppstd(self, "20")
check_min_cppstd(self, "23")

def config_options(self):
KnuthConanFileV2.config_options(self)
Expand Down

0 comments on commit ef31642

Please sign in to comment.