mirror of
https://github.com/nlohmann/json.git
synced 2026-04-28 02:39:26 +00:00
📝 overworked docs #435
This commit is contained in:
@@ -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<>
|
||||
|
||||
@@ -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<>
|
||||
|
||||
Reference in New Issue
Block a user