User Details
- User Since
- Mon, Mar 29, 8:38 PM (3 w, 1 d)
Fri, Apr 2
Aligned the calling convention of visit to match that of std::visit. Renamed the more convenient version of visit to match to have the best of the two worlds: better ergonomics and not clashing with std::visit. This time for real.
Include the VisitorTest.cpp into the CMakeList.txt.
Thu, Apr 1
Regarding deriving from using other kinds of functors: I have not yet seen a need for this. My preference is to cross that bridge when we reach it. :)
Aligned the calling convention of visit to match that of std::visit. Renamed the more convenient version of visit to match to have the best of the two worlds: better ergonomics and not clashing with std::visit.
Added docs with usage example. Hid implementation in detail namespace.
Tue, Mar 30
Replaced class with typename in template definition.
Replaced class with typename in template definition.
Re: handleAllErrors. Maybe. It might result in better runtime performance (because there is not recursion on the handlers), but it's also a rewrite. I am not sure if you are asking me to do something. :)
Thanks for taking a look, Mehdi and David! PTAL.
Added a unit test.
Added a unit test.