json
json copied to clipboard
Document the need to link to Container in certain situations
In particular
std::vector< json::value, json::polymorphic_allocator < json::value > > v;
would result in a linking error if built in non-standalone mode.