1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Improve string literal concatenation for C++11

Downstream C++ projects that compile with C++11 or newer and include
the generated config.h file issue compiler warnings. Both C and C++
compilers do string-literal token pasting regardless of whitespace
between the tokens to paste. C++ compilers since C++11 require such
spaces, to avoid ambiguity with the new style of string literals
introduced then. This change fixes such projects without affecting
core Ruby.
This commit is contained in:
Mark Abraham 2019-11-05 14:31:52 +01:00 committed by Nobuyoshi Nakada
parent 6aacef4948
commit 07f2062c8f
Notes: git 2019-11-06 00:40:07 +09:00