Boost logo

Boost Users :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2007-10-31 03:53:04


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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net