Menu

#13 Eliminate ICC remarks on virtual base class wrappers

open
nobody
None
5
2011-10-25
2011-10-25
No

The absence of an access control specifier on a generated struct that wraps a virtual base class causes the ICC compiler to output remarks like the following:
.../VirtualBaseClass.pypp.cpp(...): remark #304: access control not specified ("public" by default)
struct VirtualBaseClass_wrapper : VirtualBaseClass, bp::wrapper< VirtualBaseClass > {
^

Please add a "public" access control specifier to the generated code.

This annoyance was encountered in revision 1856.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.