fixed previous commit

This commit is contained in:
joaquintides
2023-03-25 12:47:19 +01:00
parent 88c70b885d
commit a85df27d4c

View File

@ -425,7 +425,7 @@ public:
std::size_t s=size();
x.for_all_elements(
[&](group_type* pg,unsigned int n,element_type* p){
if(pr(const_cast<const value_type&>(type_policy::value_from(*p))){
if(pr(const_cast<const value_type&>(type_policy::value_from(*p)))){
x.erase(pg,n,p);
}
});