]> git.lyx.org Git - features.git/commit
support/Messages.cpp: add space to not be taken as user defined literal
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 Oct 2012 01:04:06 +0000 (03:04 +0200)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 Oct 2012 21:46:42 +0000 (23:46 +0200)
commit54d1cb18805bff585a84a814da925907059484df
treefc232f283d3f2802c9e61ddc442d600f5e68d5e1
parent28ebc59517ecfa97441232d0c7997923bdf18da7
support/Messages.cpp: add space to not be taken as user defined literal

In C++11 you are not allowed to have non-literal specifiers right
after a string literal.
src/support/Messages.cpp