You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to utilize bit7z in our product code to evaluate it. I am only using bitarchivewriter.hpp currently. I am getting a namespace collision with the fs namespace as our code also is using that namespace. I'm not sure yet why it's colliding, isn't bit7z's usage of that namespace an internal thing?
The text was updated successfully, but these errors were encountered:
isn't bit7z's usage of that namespace an internal thing?
Yes, it is, but unfortunately, there are some "semi-internal" classes that belong to the public API and need to use fs::path, hence that namespace had to be declared in a public header too.
I have some possible solutions to this, but I need to verify which might be the best.
I'm trying to utilize bit7z in our product code to evaluate it. I am only using bitarchivewriter.hpp currently. I am getting a namespace collision with the fs namespace as our code also is using that namespace. I'm not sure yet why it's colliding, isn't bit7z's usage of that namespace an internal thing?
The text was updated successfully, but these errors were encountered: