mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-11 09:08:04 +00:00
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:
parent
2ed4525f93
commit
6a3156b5d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user