This commit is contained in:
Niels 2015-02-15 23:27:35 +01:00
parent 429d2099ab
commit db91140156
2 changed files with 4 additions and 8 deletions

View file

@ -24,10 +24,6 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
/*
- ObjectType trick from http://stackoverflow.com/a/9860911
*/
/*! /*!
@see https://github.com/nlohmann @see https://github.com/nlohmann
*/ */
@ -52,6 +48,8 @@ namespace nlohmann
@tparam Allocator type of the allocator to use @tparam Allocator type of the allocator to use
(@c std::allocator by default) (@c std::allocator by default)
@note ObjectType trick from http://stackoverflow.com/a/9860911
@see RFC 7159 <http://rfc7159.net/rfc7159> @see RFC 7159 <http://rfc7159.net/rfc7159>
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm> @see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
*/ */

View file

@ -24,10 +24,6 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
/*
- ObjectType trick from http://stackoverflow.com/a/9860911
*/
/*! /*!
@see https://github.com/nlohmann @see https://github.com/nlohmann
*/ */
@ -52,6 +48,8 @@ namespace nlohmann
@tparam Allocator type of the allocator to use @tparam Allocator type of the allocator to use
(@c std::allocator by default) (@c std::allocator by default)
@note ObjectType trick from http://stackoverflow.com/a/9860911
@see RFC 7159 <http://rfc7159.net/rfc7159> @see RFC 7159 <http://rfc7159.net/rfc7159>
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm> @see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
*/ */