Re: [Dbus-cxx-users] compile problem
Status: Beta
Brought to you by:
rvinyard
From: Daren S. W. <da...@da...> - 2010-06-28 03:58:07
|
On 06/25/10 10:08, Rick L. Vinyard, Jr. wrote: > > In dbus-cxx-config.h between these three, which is defined? > > /* If defined, boost library smart pointers will be used */ > /* #undef DBUS_CXX_USE_BOOST_SMART_POINTER */ > > /* If defined c++0x smart pointers will be used */ > #ifndef DBUS_CXX_USE_CXX0X_SMART_POINTER > #define DBUS_CXX_USE_CXX0X_SMART_POINTER /**/ > #endif > > /* If defined TR1 smart pointers will be used */ > /* #undef DBUS_CXX_USE_TR1_SMART_POINTER */ > > > > DBUS_CXX_USE_BOOST_SMART_POINTER is defined (but not given a value). The other two are not. |