2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-01 08:32:15 +00:00

Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings.

This commit is contained in:
Eugene Zelenko
2020-05-03 20:29:19 -07:00
parent 112d6f0fbc
commit 4019d171a3
18 changed files with 65 additions and 65 deletions

View File

@@ -131,7 +131,7 @@ public:
*/
impl() : m_BaseTimePoint(utc_time_traits::get_clock()) {}
attribute_value get_value()
attribute_value get_value() BOOST_OVERRIDE
{
return attribute_value(new attribute_value_impl< value_type >(
utc_time_traits::get_clock() - m_BaseTimePoint));