[Xcb] [Bug 74080] `explicit` is a C++11 keyword, add to _cplusplus_annoyances (with patch)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 24 15:58:14 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74080

--- Comment #4 from Sam Varshavchik <mrsam at courier-mta.com> ---
More of the same: "template" is a C++ keyword.

/usr/include/xcb/xcb_renderutil.h:61:38: error: expected ',' or '...' before
'template'
     const xcb_render_pictforminfo_t  *template,
                                      ^

Additionally, xcb_renderutil.h is missing the

#ifdef __cplusplus
extern "C" {
#endif

wrapper.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20140224/d6d4d7c3/attachment.html>


More information about the Xcb mailing list