pkgsrc/devel/tl-expected/PLIST
nia f3f52ab3a0 devel: Add tl-expected
Single header implementation of std::expected with functional-style extensions.

std::expected is proposed as the preferred way to represent object which
will either have an expected value, or an unexpected value giving information
about why something failed. Unfortunately, chaining together many computations
which may fail can be verbose, as error-checking code will be mixed in with
the actual programming logic. This implementation provides a number of
utilities to make coding with expected cleaner.
2020-03-31 10:03:35 +00:00

6 lines
240 B
Plaintext

@comment $NetBSD: PLIST,v 1.1 2020/03/31 10:03:35 nia Exp $
include/tl/expected.hpp
share/cmake/tl-expected/tl-expected-config-version.cmake
share/cmake/tl-expected/tl-expected-config.cmake
share/cmake/tl-expected/tl-expected-targets.cmake