[Liblas-commits] hg: 2 new changesets

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Oct 12 12:55:37 EDT 2010


changeset b8bc49e127c3 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=b8bc49e127c3
summary: revert r2295.  This breaks code that the tutorial says to use.  Why did you make these private?

changeset 2ca3feed03a9 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=2ca3feed03a9
summary: include <iterator> for std::advance

diffstat:

 include/liblas/detail/binary.hpp                                            |   1 +
 include/liblas/external/property_tree/detail/xml_parser_writer_settings.hpp |  12 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r d9fb3e27ffaa -r 2ca3feed03a9 include/liblas/detail/binary.hpp
--- a/include/liblas/detail/binary.hpp	Tue Oct 12 11:43:39 2010 -0500
+++ b/include/liblas/detail/binary.hpp	Tue Oct 12 11:55:29 2010 -0500
@@ -21,6 +21,7 @@
 #include <climits>
 #include <cstring>
 #include <cstddef>
+#include <iterator>
 
 #include <boost/config.hpp>
 #include <boost/cstdint.hpp>
diff -r d9fb3e27ffaa -r 2ca3feed03a9 include/liblas/external/property_tree/detail/xml_parser_writer_settings.hpp
--- a/include/liblas/external/property_tree/detail/xml_parser_writer_settings.hpp	Tue Oct 12 11:43:39 2010 -0500
+++ b/include/liblas/external/property_tree/detail/xml_parser_writer_settings.hpp	Tue Oct 12 11:55:29 2010 -0500
@@ -47,12 +47,12 @@
         const Ch indent_char;
         const typename std::basic_string<Ch>::size_type indent_count;
         const std::basic_string<Ch> encoding;
-    private:
-        // <mloskot>
-        // noncopyable
-        xml_writer_settings(xml_writer_settings const& other);
-        xml_writer_settings& operator=(xml_writer_settings const& other);
-        // </mloskot>
+    // private:
+    //     // <mloskot>
+    //     // noncopyable
+    //     xml_writer_settings(xml_writer_settings const& other);
+    //     xml_writer_settings& operator=(xml_writer_settings const& other);
+    //     // </mloskot>
     };
 
     template <class Ch>


More information about the Liblas-commits mailing list