You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#warning "You have a compiler without the needed macros or attributes. Cannot detect and apply support of pure const functions. Efficiency likely will be harmed. Consider using another compiler or its version"
39
+
#elif _MSC_VER
40
+
#pragma message "You have a compiler without the needed macros or attributes. Cannot detect and apply support of pure const functions. Efficiency likely will be harmed. Consider using another compiler or its version"
41
+
#endif
42
+
#endif
43
+
44
+
19
45
// Forward declarations to avoid inclusion of <sqlite3.h> in a header
20
46
structsqlite3;
21
47
structsqlite3_stmt;
@@ -121,6 +147,7 @@ class Statement
121
147
// instead of being copied.
122
148
// => if you know what you are doing, use bindNoCopy() instead of bind()
0 commit comments