modern-cpp-features icon indicating copy to clipboard operation
modern-cpp-features copied to clipboard

"Class types in non-type template parameters" example doesn't compile

Open kasparthommen opened this issue 2 years ago • 1 comments

This example doesn't compile:

https://github.com/AnthonyCalandra/modern-cpp-features#class-types-in-non-type-template-parameters

See here:

https://godbolt.org/z/sf6hKPPso

kasparthommen avatar Sep 22 '23 11:09 kasparthommen

Thanks for the report! You're right, the example doesn't compile, and I think it could benefit from a better example. I'll add it to the TODO list.

AnthonyCalandra avatar Sep 22 '23 15:09 AnthonyCalandra