1 2 3 4 5 6 7 8 9 10
| compiling AtelierPerfo.cpp (g++)
/usr/include/boost/enable_shared_from_this.hpp: In member function «AtelierPerfoPtr AtelierPerfo::Get_shared_from_this()":
/usr/include/boost/enable_shared_from_this.hpp:47: erreur: «boost::shared_ptr<T> boost::enable_shared_from_this<T>::shared_from_this() [with T = Atelier]" is inaccessible
FlowshopPerfo/AtelierPerfo.cpp:423: erreur: à l'intérieur du contexte
/usr/include/boost/shared_ptr.hpp: In constructor «boost::shared_ptr<T>::shared_ptr(const boost::shared_ptr<Y>&, boost::detail::dynamic_cast_tag) [with Y = Atelier, T = AtelierPerfo]":
/usr/include/boost/shared_ptr.hpp:387: instantiated from «boost::shared_ptr<T> boost::dynamic_pointer_cast(const boost::shared_ptr<U>&) [with T = AtelierPerfo, U = Atelier]"
FlowshopPerfo/AtelierPerfo.cpp:423: instantiated from here
/usr/include/boost/shared_ptr.hpp:177: erreur: cannot dynamic_cast «r->boost::shared_ptr<Atelier>::px" (of type «class Atelier* const") to type «class AtelierPerfo*" (source type is not polymorphic)
make: *** [AtelierPerfo.o] Erreur 1
*** Exited with status: 2 *** |