| 363 | //@cond |
| 364 | template <typename Q> |
| 365 | static node_type * alloc_node( Q const& v ) |
| 366 | { |
| 367 | return cxx_node_allocator().New( v ); |
| 368 | } |
| 369 | template <typename... Args> |
| 370 | static node_type * alloc_node( Args&&... args ) |
| 371 | { |
no test coverage detected