1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-13 20:21:48 +03:00

📝 overworked docs #435

This commit is contained in:
Niels Lohmann
2017-01-25 19:01:31 +01:00
parent 4139bb6572
commit ec03c9c53e
3 changed files with 7 additions and 14 deletions

View File

@ -239,9 +239,6 @@ template<> struct priority_tag<0> {};
// constructors //
//////////////////
// This is an experiment. I need this to move constructors out of basic_json.
// I'm sure there is a better way, but this might need a big basic_json
// refactoring
template<value_t> struct external_constructor;
template<>