aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2017-03-25 15:21:43 +0100
committerRobin Krahl <me@robin-krahl.de>2017-03-25 15:21:43 +0100
commiteef18d10b4edb26713f683f4b5cd5b0770e9e875 (patch)
tree84ae85e831cf95ac1a1a8db3c2eb4afff063e17b /LICENSE
parent701de7a5a0890003ccd9ce0ba6eff322ed791009 (diff)
downloadsqlitepp-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 'LICENSE')
0 files changed, 0 insertions, 0 deletions