boostorg / format

Boost.org format module
http://boost.org/libs/format
Boost Software License 1.0
25 stars 51 forks source link

C++11, Fix use of deprecated timer, fix group assignment operator. #95

Closed jeking3 closed 6 months ago

jeking3 commented 6 months ago

Dependencies like smart_ptr will no longer support C++03 therefore the new minimum language level is C++11, and all the CI jobs for both C++03 and C++98 have been removed.

Fixed use of the deprecated top level timer class as it was causing build problems (warnings-as-errors).

Fixed -Werror=deprecated-cast in group.hpp.

These changes also allow b2 to work properly when executed from within the format directory.