Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fwd: Why is indenting inside raw string literals is disabled?

(With corrected Toni's email address)

I'm trying to understand the rationale for not allowing indenting inside raw string literals:

As a result hitting the Tab key in the second line of the following code snippet has no effect. 
const char* s = R"(

)";

Why is this the desired behavior?

-sergey


Back to the top