diff options
Diffstat (limited to 'build/diagnostics')
-rw-r--r-- | build/diagnostics | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/diagnostics b/build/diagnostics index a9e9305..05401b9 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -262,8 +262,9 @@ namespace build }; typedef diag_prologue<simple_prologue_base> simple_prologue; - struct location + class location { + public: location () {} location (const char* f, std::uint64_t l, std::uint64_t c) : file (f), line (l), column (c) {} |