]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librgw: fix boost::basic_string_ref template instantiation
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 3 Feb 2016 23:02:49 +0000 (18:02 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 18:07:25 +0000 (13:07 -0500)
commit244ad79f6c32d0d9b776b6a743cfb951412e490f
tree97fd645fd3663d86cc3c7e103ce2439d579452b0
parentde0f86691bf249ec3653185447e7a9f80bd445d0
librgw: fix boost::basic_string_ref template instantiation

The commit adding Seastar sstring.h replaced a part of the interface
which used an internal string-view type, with an equivalent using
basic_string_ref from Boost.  I relied on a default template argument
not present in older versions.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/common/sstring.hh