K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

Support of C++11 (macro string concat). #32

Closed walter-weinmann closed 7 years ago

walter-weinmann commented 7 years ago

C++11 User-defined literals breaks macros with string literal concatenation with space (e.g. REMOTE_LOG, OCIDEF etc).

"foo"__FILE__ // error
"foo" __FILE__ // fixed with a space

This required and introduced space doesn't effect the C MACRO string concatenation feature