diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-06-07 22:49:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-06-07 22:49:03 +0200 |
| commit | eead590762ec67cff200a65d02a6a12c6d0a40f8 (patch) | |
| tree | c13b8981741a56e1dbc5c4ff348761e9c02beef1 /.conan | |
| parent | fc033418a95d0eae238a4e2718b6429cdc160d0d (diff) | |
| download | newtype-eead590762ec67cff200a65d02a6a12c6d0a40f8.tar.xz newtype-eead590762ec67cff200a65d02a6a12c6d0a40f8.zip | |
tests: port conversion suite to catch2
Diffstat (limited to '.conan')
| -rw-r--r-- | .conan/profiles/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.conan/profiles/default b/.conan/profiles/default new file mode 100644 index 0000000..dedc2a6 --- /dev/null +++ b/.conan/profiles/default @@ -0,0 +1,4 @@ +include(default) + +[settings] +compiler.cppstd=20
\ No newline at end of file |
