-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header shortest_paths.hpp
adds dependency on fmt/format.h
#90
Comments
I chose to use a recent version of fmt to provide the latest capabilities in the library, as they continue to improve it, without requiring us to bump graph-v2 to use C++23. print() and println() are obvious things, but there are other features I can't recall off the top of my head. |
In my environment, I do not have the I tried to see if this is still the case, but I can see that the file This is about the undefined identifier |
CMake should be downloading the {fmt} library if you "Delete Cache and Reconfigure". |
This library should not depend on
fmt/format.h
, especially that on MSVC there is no reason to include it when we have<format>
.The text was updated successfully, but these errors were encountered: