guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#45732] [PATCH 2/2] Made changes Leo on the ML suggested.


From: Maxim Cournoyer
Subject: [bug#45732] [PATCH 2/2] Made changes Leo on the ML suggested.
Date: Sun, 22 May 2022 00:31:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

tags 45732 +moreinfo
thanks

Hello,

Anadon <joshua.r.marshall.1991@gmail.com> writes:

> ---
>  gnu/packages/cpp.scm | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
> index ff10a4247b..487639c879 100644
> --- a/gnu/packages/cpp.scm
> +++ b/gnu/packages/cpp.scm
> @@ -823,11 +823,9 @@ provides a number of utilities to make coding with 
> expected cleaner.")
>                    "0fmkyh1srkz2bx68agfa30sankg1ig1f95xqp8sp9wj3p9qilsv2"))
>                  (modules '((guix build utils)))))
>        (build-system cmake-build-system)
> -
> -      (inputs
> -       `(("gcc" ,gcc-10)))
> -      (synopsis "Header-only C++17 library for reflection for enums")
> -      (description "Static reflection for enums (to string, from string,
> -iteration) for modern C++, work with any enum type without any macro or
> -boilerplate code")
> +      (native-inputs
> +       `(("gcc" ,gcc-9)))
> +      (synopsis "Header-only C++17 library for reflection on enums")
> +      (description "C++17 static reflection for enums, allowing functions 
> like
> + to string, from string, and iteration.")
>        (license license:expat)))

What package is this supposed to affect?  There's no mention of its name
anywhere in the title and it doesn't seem to exist in the repo.

Thanks!

Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]