mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
The `[` character doesn't need to be escaped. The `]` character needs to be escaped as `\\]` or as `\]` in a raw string.
The `[` character doesn't need to be escaped. The `]` character needs to be escaped as `\\]` or as `\]` in a raw string.