mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-16 12:27:03 +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.