Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otherwise the tree fails to build: ``` /usr/include/fmt/base.h:1392:29: error: passing ‘const fmt::v11::formatter<boxed::detail::boxed<unsigned int, vtpty::detail::tags::Width>, char, void>’ as ‘this’ argument discards qualifiers [-fpermissive] 1392 | ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/boxed-cpp/boxed.hpp:219:10: note: in call to ‘auto fmt::v11::formatter<boxed::detail::boxed<T, Tag> >::format(const boxed::detail::boxed<T, Tag>&, fmt::v11::format_context&) [with Type = unsigned int; Tag = vtpty::detail::tags::Width; fmt::v11::format_context = fmt::v11::context]’ 219 | auto format(boxed::detail::boxed<Type, Tag> const& val, fmt::format_context& ctx) | ^~~~~~ ``` Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information