commit | 2e481fc28d94e54123d0029dcdada9a2a97c60e1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Jul 02 18:20:03 2021 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Jul 31 19:29:06 2021 -0400 |
tree | 72ef3d9e2ea6ac2cbdf98d86e8a318bec84489b0 | |
parent | 30ed628efa3142fe15624b27cb921d8d99d11984 [diff] |
common: stop importing std::{bind,ref,cref} into namespace ndn And reduce the usage of std::bind() throughout the codebase. C++14 lambdas are easier to understand for humans and more likely to be optimized by the compiler. Change-Id: Ia59fad34539710f8801c52914896ce426fb7e538
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.