From 223192309477f2da3550312fd35319b2a6e8a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Wed, 7 Dec 2022 21:50:57 -0600 Subject: [PATCH] remove NON_AMBIGUOUS_OVERLOAD this macro is no longer needed for the tests as part of the cleanup in commit 091726aa65a059004dcbda16095c58fd7fc8781c --- meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meson.build b/meson.build index 7a01543..f28c5fb 100644 --- a/meson.build +++ b/meson.build @@ -61,10 +61,7 @@ sqlitecpp_test_srcs = [ 'tests/Exception_test.cpp', 'tests/ExecuteMany_test.cpp', ] -sqlitecpp_test_args = [ - # do not use ambiguous overloads by default - '-DNON_AMBIGOUS_OVERLOAD' -] +sqlitecpp_test_args = [] ## samples