summaryrefslogtreecommitdiffabout
authorAndrew Ayer <agwa@andrewayer.name>2013-03-06 04:20:55 (UTC)
committer Andrew Ayer <agwa@andrewayer.name>2013-03-22 17:07:14 (UTC)
commit5b6756787fb7005b98ad43fb875fbaa0d33a5e88 (patch) (side-by-side diff)
treebe8d117755bf43ef8ea1f8bc63a7338886a0f65a
parent9c95375e56e9daca497999bde5cbc42e2fc553c2 (diff)
downloadlibopkele-5b6756787fb7005b98ad43fb875fbaa0d33a5e88.zip
libopkele-5b6756787fb7005b98ad43fb875fbaa0d33a5e88.tar.gz
libopkele-5b6756787fb7005b98ad43fb875fbaa0d33a5e88.tar.bz2
Fix ambiguity with C++11 user-defined literals
By adding whitespace around the macros, we make it clear that we mean to concatenate the string literals, not use a C++11 user-defined literal. See http://gcc.gnu.org/gcc-4.7/porting_to.html, section "User-defined literals and whitespace." This is necessary to compile libopkele with C++11 enabled.
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--lib/curl.cc0
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/curl.cc b/lib/curl.cc
index 734e2ca..9d4064f 100644
--- a/lib/curl.cc
+++ b/lib/curl.cc