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

Did the namespace not get bumped for v8? #2374

Closed
lgritz opened this issue Jun 22, 2021 · 4 comments
Closed

Did the namespace not get bumped for v8? #2374

lgritz opened this issue Jun 22, 2021 · 4 comments

Comments

@lgritz
Copy link

lgritz commented Jun 22, 2021

For example, https://github.com/fmtlib/fmt/blob/master/include/fmt/core.h#L231

Should that say v8?

@SoapGentoo
Copy link

Could this potentially be related to https://bugs.gentoo.org/797406

In file included from src/common/common.h:39,
                 from src/common/common_pch.h:1,
                 from src/extract/mkvextract.cpp:13:
/usr/include/fmt/format.h:2752:64: error: ‘udl_arg’ in namespace ‘fmt::v7::detail’ does not name a template type
 2752 | stexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg<char> {
      |                                                             ^~~~~~~

@zx2c4
Copy link
Contributor

zx2c4 commented Jun 22, 2021

Gentoo bug is unrelated, but is fixed by #2376

@vitaut
Copy link
Contributor

vitaut commented Jun 22, 2021

Thanks for reporting. This is a KP that will be fixed in the upcoming patch release.

@vitaut
Copy link
Contributor

vitaut commented Jul 2, 2021

Fixed in 8.0.1: https://github.com/fmtlib/fmt/releases/tag/8.0.1. Thanks again for reporting.

@vitaut vitaut closed this as completed Jul 2, 2021
archlinux-github pushed a commit to archlinux/svntogit-packages that referenced this issue Jul 17, 2021
Upstream fmt forgot to increase the version number for their inline namespace:
fmtlib/fmt#2374
This upgrade requires yet another rebuild of dependants.

git-svn-id: file:///srv/repos/svn-packages/svn@420076 eb2447ed-0c53-47e4-bac8-5bc4a241df78
archlinux-github pushed a commit to archlinux/svntogit-packages that referenced this issue Jul 17, 2021
Upstream fmt forgot to increase the version number for their inline namespace:
fmtlib/fmt#2374
This upgrade requires yet another rebuild of dependants.

git-svn-id: file:///srv/repos/svn-packages/svn@420076 eb2447ed-0c53-47e4-bac8-5bc4a241df78
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

4 participants