MCPcopy Create free account
hub / github.com/boostorg/beast / fields_alloc

Method fields_alloc

example/http/server/fast/fields_alloc.hpp:129–129  ·  view source on GitHub ↗

Workaround for g++ basic_string assumes that allocators are default-constructible See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56437

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected