commit | 435bb558f5e64dc330151124cea2701766cd4d2a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Sep 04 03:14:47 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Sep 04 03:14:47 2016 +0000 |
tree | 5ddc29a323126c48a868aef3e7c1430a4eaa688b | |
parent | 4ce0bcf3f653c2727ca5608bf804dcd5fe4ea506 [diff] |
util: don't require T::Error in io::load and io::save If T::Error is declared, it must inherit from ndn::tlv::Error. io::load now requires WireDecodable<T>; io::save now requires WireEncodable<T>. refs #3741 Change-Id: Iddfd2febc9c509c3e61cc9ad5da9d8694a302420
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: http://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
.