remove NON_AMBIGUOUS_OVERLOAD

this macro is no longer needed for the tests as part of the cleanup in
commit 091726aa65a059004dcbda16095c58fd7fc8781c
This commit is contained in:
Jonathan Guzmán 2022-12-07 21:50:57 -06:00
parent 70b15f9de8
commit 2231923094
No known key found for this signature in database
GPG Key ID: C2956F1668BA042A

View File

@ -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