Workaround for g++ basic_string assumes that allocators are default-constructible See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56437
| 127 | // basic_string assumes that allocators are default-constructible |
| 128 | // See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56437 |
| 129 | fields_alloc() = default; |
| 130 | #endif |
| 131 | |
| 132 | explicit |
nothing calls this directly
no outgoing calls
no test coverage detected