Fix a unicode character which looked a lot like a '^'.
[SVN r46780]
This commit is contained in:
parent
624c9f6984
commit
269686ff4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user