This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20733] compile time/memory usage regression 3.4 => 4.0


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-02 23:09 -------
On the mainline I get the following errors:
pr20733.cc: In member function 'void MetaCpp::DeclarationImpl::_source_function::register_(__T)':
pr20733.cc:45574: error: no match for call to '(MetaCpp::_register_field<MetaCpp::Declaration, 
MetaCpp::Source, MetaCpp::DeclarationImpl::_source_function>) (MetaCpp::_class_field<MetaCpp::
Source, MetaCpp::DeclarationImpl::_source_function>*, std::string&)'
pr20733.cc:40807: note: candidates are: void MetaCpp::_register_field<ClassT, ValueT, Function>::
operator()(MetaCpp::_class_field<ValueT, Function> ClassT::*, const std::string&) [with ClassT = 
MetaCpp::Declaration, ValueT = MetaCpp::Source, Function = MetaCpp::DeclarationImpl::
_source_function]


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20733


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]