C++ core compute libraries tech lead at @nvidia, husband, father, @isocpp member, former nomad, and sometimes artist wannabe.
Views are mine, not my employer's
Generic Programming pro tip: Although Concepts are constraints on types, you don't find them by looking at the types in your system. You find them by studying the algorithms.
#cpp
Did grade school suck for you because you were a "problem child" (read: neurodivergent)?
Yes?
My partner @MERottsolk has created the school that we didn't have when we were kids, a place where different is normal. And they're fund raising.
Click here:
I found an implementation of `std::declval` that compiles 2x faster than the "standard" one[*]. Rather than overload resolution and SFINAE, this one uses a variable template and a partial specialization:
[*]: tested w/ clang-17