imgui/imfilebrowser.h:393:15: error: non-const lvalue reference to type 'reference' (aka 'std::filesystem::path') cannot bind to a temporary of type 'reference' (aka 'std::filesystem::path')
for(auto &sec : pwd_)
^ ~
imgui/imfilebrowser.h:421:19: error: non-const lvalue reference to type 'reference' (aka 'std::filesystem::path') cannot bind to a temporary of type 'reference' (aka 'std::filesystem::path')
for(auto &sec : pwd_)
^ ~
Fix error when using clang 16: