[Liblas-commits] hg: note about custom buffer

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Aug 23 11:15:41 EDT 2010


changeset fff045c17a3f in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=fff045c17a3f
summary: note about custom buffer

diffstat:

 src/lasspatialreference.cpp |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 057b5600534e -r fff045c17a3f src/lasspatialreference.cpp
--- a/src/lasspatialreference.cpp	Mon Aug 23 09:58:00 2010 -0500
+++ b/src/lasspatialreference.cpp	Mon Aug 23 10:04:38 2010 -0500
@@ -673,6 +673,8 @@
     std::string filename;
     // FIXME: How do we do this with an ostream instead of having to 
     // use temporary FILE* ?  -- hobu
+    // replace this with a custom buffer
+    // http://stackoverflow.com/questions/1231461/inheriting-stdistream-or-equivalent
 #ifdef _MSC_VER
 
 #ifndef L_tmpnam_s


More information about the Liblas-commits mailing list