2
0
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:
Daniel James
2008-06-27 16:58:25 +00:00
parent 624c9f6984
commit 269686ff4f

View File

@@ -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