commit | 35de339b94e46f8f4037191c9063e4f1b06029f1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Oct 15 22:00:07 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Oct 15 22:00:07 2017 -0400 |
tree | e0cb8e83a01a722c1535459379938a609dfe50ff | |
parent | bdcedf4def35aad7d52da4eb5e3b4575479b5f09 [diff] |
encoding: don't inherit constructors from std::vector This is a partial revert of commit 5d0b0106dfc7675f9048976d4dd4ea00e46e6c39, which caused the following build failure with gcc-7: ./libndn-cxx.so: error: undefined reference to 'std::allocator<unsigned char>::allocator()' Change-Id: I58136eb1901425158e529e37b6fa288b72fc46f6
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/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.