diff options
Diffstat (limited to 'mod/diagnostics.hxx')
-rw-r--r-- | mod/diagnostics.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/diagnostics.hxx b/mod/diagnostics.hxx index e05d56a..46b9e17 100644 --- a/mod/diagnostics.hxx +++ b/mod/diagnostics.hxx @@ -261,7 +261,7 @@ namespace brep const char* name_; const void* data_; }; - typedef diag_mark<basic_mark_base> basic_mark; + using basic_mark = diag_mark<basic_mark_base>; template <typename E> struct fail_mark_base |