[Liblas-commits] hg: move operator<< implementation outside of the
liblas namespace
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Jun 21 11:54:00 EDT 2011
details: http://hg.liblas.orghg/rev/b181d7145e8b
changeset: 2968:b181d7145e8b
user: Howard Butler <hobu.inc at gmail.com>
date: Tue Jun 21 10:53:54 2011 -0500
description:
move operator<< implementation outside of the liblas namespace
diffstat:
src/spatialreference.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r eea84320a6aa -r b181d7145e8b src/spatialreference.cpp
--- a/src/spatialreference.cpp Tue Jun 21 10:48:34 2011 -0500
+++ b/src/spatialreference.cpp Tue Jun 21 10:53:54 2011 -0500
@@ -924,6 +924,9 @@
#endif
}
+
+} // namespace liblas
+
std::ostream& operator<<(std::ostream& ostr, const liblas::SpatialReference& srs)
{
@@ -938,6 +941,3 @@
throw std::runtime_error("SpatialReference io operator<< is not available without GDAL+libgeotiff support");
#endif
}
-
-} // namespace liblas
-
More information about the Liblas-commits
mailing list