We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b507e8 commit a85afb1Copy full SHA for a85afb1
1 file changed
include/vsg/io/JSONParser.h
@@ -82,7 +82,7 @@ namespace vsg
82
warnings.push_back(vsg::make_string("Parsing error at [", line, ":", column, "], pos = ", pos, " [ ", lineEnclosingPosition(pos), " ]. ", std::forward<Args>(args)...));
83
}
84
85
- static inline bool white_space(char c) const
+ static inline bool white_space(char c)
86
{
87
return (c == ' ' || c == '\t' || c == '\r' || c == '\n');
88
0 commit comments