commit | 66ca20345391f69976559694539ba19ff099bdfa | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 04 13:17:02 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 04 13:17:02 2015 -0800 |
tree | ccf092202b8ed2c4a5e2768a879963eea768fe0e | |
parent | 4b4699897cf281c08b85343a1b0d02961eb727f0 [diff] |
src: Remove unnecessary std::move to allow copy elision Change-Id: I1a83c762dfc51525affd5b01a3c4822b9579c57a Refs: #3357
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
.