aboutsummaryrefslogtreecommitdiff
path: root/.conan
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-06-07 22:49:03 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-06-07 22:49:03 +0200
commiteead590762ec67cff200a65d02a6a12c6d0a40f8 (patch)
treec13b8981741a56e1dbc5c4ff348761e9c02beef1 /.conan
parentfc033418a95d0eae238a4e2718b6429cdc160d0d (diff)
downloadnewtype-eead590762ec67cff200a65d02a6a12c6d0a40f8.tar.xz
newtype-eead590762ec67cff200a65d02a6a12c6d0a40f8.zip
tests: port conversion suite to catch2
Diffstat (limited to '.conan')
-rw-r--r--.conan/profiles/default4
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