commit | 1c597a1a64a91ff18271da7348d4bfddc9bd1b0b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 06 15:34:24 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 06 15:49:57 2017 -0400 |
tree | fee59518bf8960bc4f6523472a918b64433dc728 | |
parent | 864e8e8c4721276624d9ac3fbceb64b0f73fba62 [diff] |
net+util: fix build with gcc-7 Introduce an NDN_CXX_FALLTHROUGH macro to simplify annotating switch cases that fall through. Update code-style to recommend using NDN_CXX_FALLTHROUGH. Change-Id: I80e4ff8d16a09f6ec9343f0480bc57ae0fcd1be4
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
.