Skip to content

Commit

Permalink
build: std_format enabled for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 18, 2024
1 parent 0c9e62a commit 831c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _feature_compatibility(self):
"gcc": "13",
"clang": "17",
"apple-clang": "",
"msvc": "",
"msvc": "194",
},
},
"cxx_modules": {
Expand Down

0 comments on commit 831c017

Please sign in to comment.