56 #ifdef CGAL_CFG_NO_DYNAMIC_CAST
57 #error fatal error: dynamic cast not supported
58 #endif // CGAL_CFG_NO_DYNAMIC_CAST
77 class Wrapper :
public Object_base
140 # ifdef CGAL_CFG_DYNAMIC_CAST_BUG
142 # endif // CGAL_CFG_DYNAMIC_CAST_BUG
144 if ( wp ==
static_cast<Wrapper<T>*
>(0) ) {
return false; }
151 #endif // CGAL_OBJECT_H
Object make_object(const T &t)
Object & operator=(const Object &o)
bool assign(T &t, const Object &o)
friend bool assign(T &t, const Object &o)
Object(Object_base *base)
#define CGAL_kernel_assertion(EX)