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 66b2285 commit 4bce44dCopy full SHA for 4bce44d
hdr/sqlite_modern_cpp.h
@@ -29,7 +29,7 @@ namespace sqlite {
29
template<class T, bool Name = false>
30
struct index_binding_helper {
31
index_binding_helper(const index_binding_helper &) = delete;
32
-#if __cplusplus < 201703
+#if __cplusplus < 201703 || _MSVC_LANG <= 201703
33
index_binding_helper(index_binding_helper &&) = default;
34
#endif
35
typename std::conditional<Name, const char *, int>::type index;
0 commit comments