Replies: 2 comments
-
Totally, thanks @arturbac . Happy to get it in as soon as possible if you are planning to create MR and have specific tests/uses cases in mind which you wanna cover. If not will follow-up with the fix. thanks. |
Beta Was this translation helpful? Give feedback.
-
Some minor requests just to have nice without warnings output.
as this BOOST_UT_HAS_FORMAT is defined while __cpp_lib_format is not available
I would add deduction guide to classes like eq_or explicitly put typenames as template params boost/ut.hpp:3064:10: warning: 'eq_' may not intend to support class template argument deduction [-Wctad-maybe-unsupported]
|
Beta Was this translation helpful? Give feedback.
-
feature request to put constraints on eq as this fixes unreadable complains for types being compared and streamed to ostream that do not have overloaded operator << for std::ostream & and fixes more important thing, error points to user code instead to ut internals.
For example when I added below concepts:
orignal error output is a horror
something like c++20
Beta Was this translation helpful? Give feedback.
All reactions