This patch addresses the following error when compiled against clang/LLVM 3.3 with -std=c++11:

error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
This commit is contained in:
Grant Erickson 2013-09-20 13:27:58 -07:00 committed by Simon Goldschmidt
parent 32b1a9fc8a
commit 29824f9baa
2 changed files with 2 additions and 2 deletions