mirror of
https://github.com/nlohmann/json
synced 2024-12-02 00:20:06 +00:00
clean up
This commit is contained in:
parent
429d2099ab
commit
db91140156
@ -24,10 +24,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
/*
|
||||
- ObjectType trick from http://stackoverflow.com/a/9860911
|
||||
*/
|
||||
|
||||
/*!
|
||||
@see https://github.com/nlohmann
|
||||
*/
|
||||
@ -52,6 +48,8 @@ namespace nlohmann
|
||||
@tparam Allocator type of the allocator to use
|
||||
(@c std::allocator by default)
|
||||
|
||||
@note ObjectType trick from http://stackoverflow.com/a/9860911
|
||||
|
||||
@see RFC 7159 <http://rfc7159.net/rfc7159>
|
||||
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
|
||||
*/
|
||||
|
@ -24,10 +24,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
/*
|
||||
- ObjectType trick from http://stackoverflow.com/a/9860911
|
||||
*/
|
||||
|
||||
/*!
|
||||
@see https://github.com/nlohmann
|
||||
*/
|
||||
@ -52,6 +48,8 @@ namespace nlohmann
|
||||
@tparam Allocator type of the allocator to use
|
||||
(@c std::allocator by default)
|
||||
|
||||
@note ObjectType trick from http://stackoverflow.com/a/9860911
|
||||
|
||||
@see RFC 7159 <http://rfc7159.net/rfc7159>
|
||||
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user