| 6533 | } |
| 6534 | |
| 6535 | PUGI_IMPL_FN bool xml_node::remove_attribute(const char_t* name_) |
| 6536 | { |
| 6537 | return remove_attribute(attribute(name_)); |
| 6538 | } |
| 6539 | |
| 6540 | #ifdef PUGIXML_HAS_STRING_VIEW |
| 6541 | PUGI_IMPL_FN bool xml_node::remove_attribute(string_view_t name_) |
no test coverage detected