diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-12-21 17:22:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-28 15:50:49 +0300 |
commit | b3b31466afd6852d53a542daa17322deb8d908ac (patch) | |
tree | f76c6cf09c01bda97ce79e5e7c6168c9e923588d /libbrep/utility.hxx | |
parent | 7159420700a0f179babc2f66d782853928fa3fe7 (diff) |
Relax requirements for CI and submit service parameters
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r-- | libbrep/utility.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 96cf1d4..8c4c579 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -27,6 +27,7 @@ namespace brep // <libbutl/utility.mxx> // + using butl::utf8; using butl::icasecmp; using butl::reverse_iterate; } |