robotpy-cppheaderparser icon indicating copy to clipboard operation
robotpy-cppheaderparser copied to clipboard

Obnoxious constructs that don't work

Open virtuald opened this issue 4 years ago • 3 comments

template <int I>
class Int {};

class MyInt : Int<(2>>8)> {};

virtuald avatar Dec 22 '19 21:12 virtuald

Ah yes, I love const generics…

auscompgeek avatar Dec 22 '19 22:12 auscompgeek