We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
simplecpp::Location
1 parent eb37653 commit 29156d6Copy full SHA for 29156d6
simplecpp.h
@@ -74,8 +74,7 @@ namespace simplecpp {
74
/**
75
* Location in source code
76
*/
77
- class SIMPLECPP_LIB Location {
78
- public:
+ struct SIMPLECPP_LIB Location {
79
Location() = default;
80
Location(unsigned int fileIndex, unsigned int line, unsigned int col)
81
: fileIndex(fileIndex)
0 commit comments