On 1/7/17, Kirill Müller <krlmlr...@mailbox.org> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to