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:
parent
6aacef4948
commit
07f2062c8f
Notes:
git
2019-11-06 00:40:07 +09:00
1 changed files with 2 additions and 2 deletions
Loading…
Add table
Add a link
Reference in a new issue