CppHeaderParser 2.4.2 Released
Posted by: senex 10 years, 7 months ago
(Comments)
CppHeaderParser version 2.4.2 is now released
Fixed 2 more parsing bugs:
Bit Bucket #13:Not able to parse typedef struct
Now can parse anonymous structs (will be named <anon-struct-x> where x is a unique number.
Also, can parse typedef struct like the following:
typedef struct { int a; } Raspberry;
Bit Bucket #14: Parsing methods returning variables that are globally namespaced results in parsing error
Can now parse bar from
struct Example { uint8_t foo() { return 4;} ::uint8_t bar() { return 0; } };
Recent Posts
- Podcast feed for Connected Life Christian Church
- PulseAudio Sound Sink
- CppHeaderParser 2.4.3 Released
- CppHeaderParser 2.4.2 Released
- CppHeaderParser 2.4.1 Released
Archive
2016
- November (1)
2014
2013
- August (1)
2012
2011
2006
- June (2)
Categories
- Comic (1)
- CppHeaderParser (8)
- HOWTO (3)
- Project (2)
Authors
- senex (23)
Comments