Skip to content
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

Does not compile with latest fmt 9.1 due to lack of formatter for types #119

Open
rickmark opened this issue Feb 23, 2023 · 1 comment
Open

Comments

@rickmark
Copy link

Bug

Bug description
fmt/core.h:1756:3: error: static_assert failed due to requirement 'formattable' "Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt"

Reproduction steps
Build with fmt 9.1

Expected behavior
Give a clear and concise description of what you expected to happen.

Logs

Output goes here

Additional context
Add any other context about the problem here.

@2Dai
Copy link

2Dai commented May 1, 2023

Same issue with fmt 8.1.1 (is the documentation and versions mentioned here : https://mariana-tren.ch/docs/contribution/ still up to date) ?

Update: Just saw that the python install script use fmt 7.1.3 https://github.com/facebook/mariana-trench/blob/main/scripts/build_static_binary.py#L31 (and it worked with this version.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants