blob: b10c81fdf0b2cfac568d5d94b203676836646c9d (
plain)
1
2
3
4
5
6
7
8
|
// Do NOT include this file anywhere! This is merely used to make Doxygen see
// boost intrusive_ptr's - otherwise it doesn't build the collaboration diagram
// correctly
#ifdef DOXYGENONLY
namespace boost { template<class T> class intrusive_ptr { T *ptr; }; }
#endif
|