aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-25 21:12:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-31 01:10:52 +0300
commitd6a34b68d4667d4b99c1e76d63604a7bc1c9c3dd (patch)
treeb3429ea208e804bdd4b7f80416510e509ff36181 /mod/diagnostics.hxx
parent94b04d166c1041028571222b9931121b0f7dfded (diff)
Add support for bbot agent authentication
Diffstat (limited to 'mod/diagnostics.hxx')
-rw-r--r--mod/diagnostics.hxx2
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