commit | 17b61b410124ada9093447a96685e85d71796b89 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Nov 21 23:10:48 2018 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Nov 21 23:10:48 2018 -0500 |
tree | 0e923fff54d1e2fd3b37aacff83eecf11f67a5a6 | |
parent | 8dfd91367fc8c70aaa96f83fe98c09f8dcfe50d8 [diff] |
util: backport C++17 std::any and std::variant The backported implementations are taken from Martin Moene's any-lite (commit a2ee2e1cc4a3fcfe42ab44c46a65467b76b58f25) and variant-lite (commit ff251b02253ff28db49bb20a79200514d8267d87). The bundled copy of optional-lite is updated to commit 9a370efe62e084729a171a407b017aa58dc954c1. Change-Id: I4afe117e357c82d51002f96b083aed0ec5eeda35
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.