eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
796 stars 80 forks source link

poor_mans_option::value_or() should be const #682

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

cuda::poor_mans_option::value_or should be a const method, and it isn't.