]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
denc: specialize for denc(const T&, size_t&, uint64_t)
authorKefu Chai <kchai@redhat.com>
Fri, 25 May 2018 04:34:33 +0000 (12:34 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 8 Jun 2018 12:58:15 +0000 (20:58 +0800)
commitc16eb098d5a24234b9cc7e34bb3c49bb21e043f6
tree2c4bb92a454345a98161fa7cee61ea3f10a10aec
parentd064aeaede309a53320e89dbf6fb70efa260536f
denc: specialize for denc(const T&, size_t&, uint64_t)

otherwise GCC complains that 'unsigned long int' is not a class or
namespace when trying to materialize is_const_iterator_v<>. not sure why
SFINAE does not work here, though.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/denc.h