Skip to content

Fix string literal concatenation

David Faure requested to merge work/dfaure/clang_fix_2 into master

Clang is not able to disambiguate between multiple string literatals and C++11 user defined literals. Spaces help.

Merge request reports