bluekyu / render_pipeline_cpp

C++ Project of Panda3D Render Pipeline (Python)
https://github.com/bluekyu/render_pipeline_cpp
MIT License
11 stars 3 forks source link

Resolve canonical path bug with junction point in Boost::fs #11

Open bluekyu opened 7 years ago

bluekyu commented 7 years ago

boost::filesystem::canonical() generates wrong path when the path has junction point. This is boost::fs bug.

See: