
Well, I took the code from the documentation. I will check if it's correct. Christian On 10/31/07, Johan Nilsson <r.johan.nilsson@gmail.com> wrote:
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
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users