cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

optional::value_or() doesn't return a value

Open eyalroz opened this issue 1 year ago • 0 comments

Our implementation of optional for pre-C++17 has a bug: optional<T>::value_or() doesn't return a value :-(

eyalroz avatar Sep 07 '24 08:09 eyalroz