On 1/7/17, Kirill Müller <[email protected]> wrote: > > I'm in a situation [1] where I compile RSQLite as part of a C++ project > that still uses the C++98 standard.
Can you instead compile SQLite as a library (libsqlite3.a) using gcc or clang, then link the compiled *.a file into your project, so that your C++98 compiler never needs to know about 64-bit integers? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

