LLNL / devil_ray

Other
16 stars 3 forks source link

error: use of 'this' in a constant expression #14

Closed mclarsen closed 4 years ago

mclarsen commented 4 years ago

Seen with gcc 8.1.0

This is caused by some strange issue where constexpr variable not understood by the lambda

mclarsen commented 4 years ago

fixed