
31 Oct
2007
31 Oct
'07
7:53 a.m.
Christian Henning wrote:
Thanks guys, that solved this problem.
Still I'm having compilation errors. I'm trying to compile the following code:
#include "car.hpp" #include <boost/extension/extension.hpp> #include <boost/reflection/reflection.hpp> #include <boost/reflection/reflector.hpp>
int _tmain(int argc, _TCHAR* argv[]) { boost::extension::reflection<car, std::string> car_reflection( "A Car!" );
I haven't even checked the headers, but is reflection really within the extension namespace? IMHO, that doesn't make sense (and does not reflect the header naming hierarchy either). / Johan