appelmar / gdalcubes

Creating and analyzing Earth observation data cubes in R
https://gdalcubes.github.io
Other
120 stars 28 forks source link

Merge ucrt_fix into master #81

Closed appelmar closed 1 year ago

appelmar commented 1 year ago

This fix will avoid the use of std::regex where possible and use boost::regex instead when needed. This fixes windows compatibility with the new ucrt toolchain.