[Liblas-commits] hg: remove include for boost/shared_ptr

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Jul 26 11:14:41 EDT 2010


changeset 6f123366fe23 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=6f123366fe23
summary: remove include for boost/shared_ptr

diffstat:

 include/liblas/lasbounds.hpp |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r afa4400551d6 -r 6f123366fe23 include/liblas/lasbounds.hpp
--- a/include/liblas/lasbounds.hpp	Mon Jul 26 10:12:52 2010 -0500
+++ b/include/liblas/lasbounds.hpp	Mon Jul 26 10:14:37 2010 -0500
@@ -56,7 +56,6 @@
 {
 
 typedef boost::array <double, 3>  Array;
-typedef boost::shared_ptr< Array > ArrayPtr;
 
 class Bounds
 {


More information about the Liblas-commits mailing list