List Question
12 TechQA 2023-06-09T05:03:46.040000How can I write a generic equality comparison that will fall back to operator== when std::cmp_equal won't compile?
188 views
Asked by Kyle Markley
c++ customization point object pattern. Argument and customization in different namespaces
226 views
Asked by smidimir
Is it a disadvantage to have "names" coupled due to custom point objects?
149 views
Asked by zclll
Fix or alternative to ADL when one of the functions is actually a function object
172 views
Asked by Enlico
What is required for a custom BGL graph to work with topological sort?
385 views
Asked by bosmacs
customisation point for alias to std types
426 views
Asked by Hui
Why is deleting a function necessary when you're defining customization point object?
619 views
Asked by Lewis Liman
hidden friend in a class template name clashes with another symbol in inline namespace
140 views
Asked by Hui
Why isn't `std::hash` a customization point by overload as `std::begin`?
395 views
Asked by ABu
Why can we customize ctors & dtors but not accessors?
151 views
Asked by einpoklum
Why is std::swap not using swap idiom?
970 views
Asked by NoSenseEtAl