AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Fix NanoVDB Build #1899

Closed danrbailey closed 1 week ago

danrbailey commented 2 weeks ago

This fixes an issue building the NanoVDB unit tests on Windows due to these errors:

unittest\TestNanoVDB.cu(2555): error : namespace "std" has no member "setw" 
unittest\TestNanoVDB.cu(2555): error : namespace "std" has no member "setfill" 

(@kmuseth @apradhana)

apradhana commented 2 weeks ago

Thanks for catching this, @danrbailey.