| Age | Commit message (Collapse) | Author |
|
Since C++20 (a != b) get automatically rewritten as !(a == b) if
the != operator does not exist.
|
|
|
|
Introduce some concepts for enum and flags handling, goodbye and
thanks for all the fish std::enable_if.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix operator== and != that were non-const as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
utf8::iterator now knows the iterator valid range, and pass
it to utf8 functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|