diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 00:42:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-21 13:56:36 +0300 |
commit | e3533fd4c2fc90969b77d2ddaccbda649dd74973 (patch) | |
tree | 6c25d1ee37cbe04a9bce7b846798c5d636ba7503 /libbrep/common.hxx | |
parent | e3a8a11f7fdc64a560810cf021080c61c7d69dc5 (diff) |
Implement submit-git
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r-- | libbrep/common.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index df838a7..5b172ec 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -104,8 +104,8 @@ namespace brep #pragma db map type(dir_path) as(string) \ to((?).string ()) from(brep::dir_path (?)) - // Ensure that timestamp can be represented in nonoseconds without loss of - // accuracy, so the following ODB mapping is adequate. + // Make sure that timestamp can be represented in nonoseconds without loss + // of accuracy, so the following ODB mapping is adequate. // static_assert( std::ratio_greater_equal<timestamp::period, |