We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde544f commit 8bc7d25Copy full SHA for 8bc7d25
hdr/sqlite_modern_cpp.h
@@ -239,7 +239,7 @@ namespace sqlite {
239
#endif
240
#ifdef MODERN_SQLITE_STD_OPTIONAL_SUPPORT
241
template <typename T>
242
- struct is_sqlite_value< std::optional<T> > : public is_sqlite_value<T> {};
+ struct is_sqlite_value< optional<T> > : public is_sqlite_value<T> {};
243
244
245
#ifdef _MODERN_SQLITE_BOOST_OPTIONAL_SUPPORT
0 commit comments