mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
added missing template keyword
This commit is contained in:
committed by
Christian Mazakas
parent
b3b840df30
commit
b08837b93e
@ -299,7 +299,7 @@ public:
|
||||
|
||||
type_policy::construct(this->al(),p,std::forward<Args>(args)...);
|
||||
|
||||
typename super::destroy_on_exit<insert_type> guard{this->al(),p};
|
||||
typename super::template destroy_on_exit<insert_type> guard{this->al(),p};
|
||||
return emplace_impl(type_policy::move(*p));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user