Ben Corbett
Ben Corbett
Bump. I would find this very useful.
@trws this isn't a must-have and I'm pretty bust at the moment so I don't think I'll get around to it any time soon. @rhornung67 cool! Can you point me...
That does the trick, very cool! My question has been answered but I'll leave this open as a documentation issue.
@wrtobin, I just saw your commit message, I love it.
Just curious, the problem is using placement new? Things like ```c++ new ( dst ) T( *first ); ``` https://github.com/GEOS-DEV/LvArray/blob/6057f598b005db6efd132f60c298ad9c827fe3cd/src/arrayManipulation.hpp#L185C5-L185C29
So this is a problem on Lassen with CUDA as well? Yeah I would also suspect CUDA/HIP of not correctly implementing placement new, since I've only seen it a handful...
Phew, okay that makes me feel better. If it doesn't work on Lassen that's on me. But HIP...
Commenting so that I get notified when this gets merged.
So I have a use case where I would like to detect the existence of methods in a protected base class that are made public in a derived class. ```c++...
I was using c++14.