Description
This is a behaviour I get at the prompt when I use '\''.
root [0] auto l {'a','b'}
|
(class std::initializer_list<char> &) @0x7fc4a664d018
|
root [1] auto ll {'a','b','\''}
|
root (cont'ed, cancel with .@) [2]
|
Somehow, the presence of '\'' is not properly digested by cling.