I have a very long line:
const string a_string = "a long string with \" .. with \" again ... ... ";
Now this string goes really long, how do I wrap up the line in an elegant way? I tried just break line but it doesn't work. I am actually not sure if this is a IDE problem or compiler problem... Please help!