mirror of
https://github.com/boostorg/inspect.git
synced 2026-01-29 07:32:25 +00:00
Fix a unicode character which looked a lot like a '^'.
[SVN r46780]
This commit is contained in:
@@ -16,7 +16,7 @@ namespace boost
|
||||
namespace inspect
|
||||
{
|
||||
|
||||
static const string gPunct ( "$_{}[]#()<>%:;.?*+-/ˆ&|~!=,\\\"'@^`" );
|
||||
static const string gPunct ( "$_{}[]#()<>%:;.?*+-/^&|~!=,\\\"'@^`" );
|
||||
|
||||
// Legal characters for a source file are defined in section 2.2 of the standard
|
||||
// I have added '@', '^', and '`' to the "legal" chars because they are commonly
|
||||
|
||||
Reference in New Issue
Block a user