commit | ef654dd3ba16f7ec950b4c9ae293617097dc645c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Jul 18 20:02:44 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Aug 27 00:25:05 2019 -0400 |
tree | 14b3359ff50c20f06631d8d408dbbbb1e1323114 | |
parent | 140e9cbc62133a8d1c5782d2e658df09edca3c43 [diff] |
Remove ill-defined equality operators (part 1) This removes overloaded operator== and operator!= from those classes for which it is unclear what semantics such operators should have, and whose current definitions are unsound or confusing for the user. Refs: #4569 Change-Id: Ic385ac1e376a9916e762b1a0f790e4caae7c955b
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.
You're encouraged to contribute to ndn-cxx! Check out 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.