mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
59b6a4701a
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4179 a592a061-630c-0410-9148-cb99ea01b6c8
10 lines
327 B
C++
10 lines
327 B
C++
// Boost smart_ptr.hpp header file -----------------------------------------//
|
|
|
|
// For compatibility, this header includes the header for the four "classic"
|
|
// smart pointer class templates.
|
|
|
|
#include <boost/scoped_ptr.hpp>
|
|
#include <boost/scoped_array.hpp>
|
|
#include <boost/shared_ptr.hpp>
|
|
#include <boost/shared_array.hpp>
|