Language

Package: fifo-map @ 1.1.1-0.0dfbf5d

Synopsis

FIFO-ordered associative container for C++

Description

Fifo_map is a C++ header only library for associative container which uses the order in which keys were inserted to the container as ordering relation.

Home page
https://github.com/nlohmann/fifo_map
Location
gnu/packages/cpp.scm (line: 337, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?