Rename shared_ptr<regex_t> into regex_t_sptr

* include/abg-sptr-utils.h (build_sptr()): Rename the return type
	from shared_ptr<regex_t> to regex_t_sptr.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-09-18 22:45:18 +02:00
parent 2ed4525f93
commit 6a3156b5d0

View File

@ -70,7 +70,7 @@ typedef shared_ptr<regex_t> regex_t_sptr;
/// Specialization of sptr_utils::build_sptr for regex_t.
template<>
shared_ptr<regex_t>
regex_t_sptr
build_sptr<regex_t>(regex_t *p);
}// end namespace sptr_utils