mbox

[bug#45604,0/1] Add magic-enum package

Message ID 20210102005145.582428-1-joshua.r.marshall.1991@gmail.com
Headers show

Message

Anadon Jan. 2, 2021, 12:51 a.m. UTC
Magic-enum is a C++17 header-only library for support of static
reflection on enums.

Josh Marshall (1):
  Added magic-enum header-only library as a package.

 gnu/packages/cpp.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Comments

Anadon Jan. 9, 2021, 2:40 a.m. UTC | #1
Added magic-enum header-only library as a package.

Anadon (1):
  Made changes Leo on the ML suggested.

Josh Marshall (1):
  Added magic-enum header-only library as a package.

 gnu/packages/cpp.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
Leo Prikler Jan. 9, 2021, 7:51 a.m. UTC | #2
Hello Anadon,

three nitpicks:
1. You should squash the changes into the original commit.
2. The commit message(s) is/are still missing.
3. Please pick one name for your contributions.

Otherwise LGTM,
Leo