diff options
author | Robin Krahl <me@robin-krahl.de> | 2017-03-25 15:21:43 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2017-03-25 15:21:43 +0100 |
commit | eef18d10b4edb26713f683f4b5cd5b0770e9e875 (patch) | |
tree | 84ae85e831cf95ac1a1a8db3c2eb4afff063e17b /Makefile | |
parent | 701de7a5a0890003ccd9ce0ba6eff322ed791009 (diff) | |
download | sqlitepp-eef18d10b4edb26713f683f4b5cd5b0770e9e875.tar.gz sqlitepp-eef18d10b4edb26713f683f4b5cd5b0770e9e875.tar.bz2 |
sqlite.cpp: Use ostringstream instead of +
Using operator+ with a C string and an integer is pointer arithmetic
instead of string concatenation. Therefore, this patch replaces the
operator+ with a std::ostringstream to actually concatenate the string
and the integer.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions