`explicit` is a C++11 keyword, add to _cplusplus_annoyances (with patch)
Submitted by Jochen Keil
Assigned to xcb mailing list dummy
Description
Created attachment 92810 Patch for c_client.py to fix cpp keywords & lookup error
As said in the summary, explicit
is a C++11 keyword, which makes (at least) xkb.h fail when included in C++11 sources.
Attached is a fix for this ("explicit" => "_explicit" dictionary entry in _cplusplus_annoyances).
However, it's unfortunately not done with updating the dict, some lookups for field.c_type_name
will now fail. Hence, the reverse cpp keyword lookup.
Attachment 92810, "Patch for c_client.py to fix cpp keywords & lookup error":
xcb.patch