commit | 409cc20334a75401a7330dac54d748cba1fb1309 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Sep 19 14:13:16 2015 +0200 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Sep 20 22:21:24 2015 +0200 |
tree | ad7996b74e6fd5fc8a71dfaeea1c02da77603200 | |
parent | 8f5cbdcfac11f83ac5912b033a1f41fcc99173f3 [diff] |
Backport make_unique C++14 has std::make_unique, which is convenient for working with unique_ptrs. It is sufficient to backport only the overload for non-array types, the overload for array types isn't used in ndn-cxx. Change-Id: I200ba24ace6ed25d695f0ebe5e9b459f5dfc7538 Refs: #3093
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
.