C++11 using statements within classes not handled correctly.
Brought to you by:
hpcoder
Need to be ignored by the classdesc processor (like typedefs) eg
template <int V>
struct PointStats: public MsgType
{
/// value of the magic number expected for this type
static const int s_type=PointMagic<V>::value;
/// type of other versions in this family
template <int U> using Self=PointStats<U>;
};
Anonymous
Diff:
Diff: