-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
undefined symbol: char fmt::v7::detail::thousands_sep_impl<char>(fmt::v7::detail::locale_ref) #2142
Comments
Fixed one related issue in e8eff3b but note that you have to compile {fmt} with |
@vitaut Thank you. I uses this library in |
@vitaut Unfortunately, e8eff3b doesn't work for me. I am having more errors:
and I was also forced to work around formatter not found error by wrapping |
@vitaut I have found a solution to it: I have to But then, the compiled binary seems to be 3K larger. |
Yes but as you already found out it should be consistently defined everywhere. |
Thank you very much for taking your time to solve my problem. Everything works fine right now and I’ve able to striped away 21K from the executable built. |
I am using fmt-7.1.3 in my own project
swaystatus
, however after I defineFMT_STATIC_THOUSANDS_SEPARATOR
to','
,ld.lld
with lto enabled failed:I've tried define
FMT_STATIC_THOUSANDS_SEPARATOR
to','
in every file, but it doesn't solve my problem.The text was updated successfully, but these errors were encountered: