]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
libc++: use ceph::shared_ptr in installed header
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 29 Oct 2013 14:47:05 +0000 (07:47 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Sat, 18 Jan 2014 22:03:54 +0000 (14:03 -0800)
commitaae47009ba0ef987499a66e85b068f0fe794add2
treed41512224f16408c29b058b7bb57f112f3f7596e
parent4c4e1d0d470beba7690d1c0e39bfd1146a25f465
libc++: use ceph::shared_ptr in installed header

librados.hpp uses std::tr1::shared_ptr which may not be available such
as in libc++. This switches the use to ceph::shared_ptr and as a result
also ships include/memory.h for the definition.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
ceph.spec.in
debian/librados-dev.install
src/include/Makefile.am
src/include/rados/librados.hpp
src/include/rados/memory.h [new symlink]