[pdal-commits] [PDAL/PDAL] c21036: Fix pdal metadata test on old-ish osx (#1718)

GitHub noreply at github.com
Tue Nov 7 07:38:36 PST 2017


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c210361ce69a87908f28bf0d6bb4a6a30ac58a66
      https://github.com/PDAL/PDAL/commit/c210361ce69a87908f28bf0d6bb4a6a30ac58a66
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M pdal/util/Utils.hpp

  Log Message:
  -----------
  Fix pdal metadata test on old-ish osx (#1718)

Utils::from_string for pointers falls prey to a libc++ bug (19740) on
old-ish osx clang. Because `operator>>(istream, void*&)` uses `sscanf`
under the hood, there *shouldn't* be any issues with using `sscanf`
instead of `operator>>` for this function in order to work around the
bug.




More information about the pdal-commits mailing list