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

Obnoxious constructs that don't work

Open virtuald opened this issue 5 years ago • 3 comments
trafficstars

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

void register_gettid ( uint64_t ( * gettid_fn ) ( void ) ) ;

bcmIntc avatar Aug 10 '23 17:08 bcmIntc

@bcmIntc hm? I pasted it into https://robotpy.github.io/cxxheaderparser/ and it seems to parse it just fine?

virtuald avatar Aug 11 '23 00:08 virtuald