#include
struct ResourceMonitorClient { };
templatestruct ResourcePool : public ResourceMonitorClient {
virtual ~ResourcePool() { }
};
templatestruct BaseWriter {
BaseWriter() {
typeid(ResourcePool*);
}
virtual void run() {
ResourcePoolpool;
}
};
BaseWriterb;
Friday, June 17, 2011
t.cxx:21: error: too many initializers for ‘const __class_type_info_pseudo’
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment