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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user