提交 31093694 编写于 作者: N Niels

fixed version number

上级 aee99b36
...@@ -2625,7 +2625,7 @@ class basic_json ...@@ -2625,7 +2625,7 @@ class basic_json
@liveexample{The example shows several calls to `get_ref()`.,get_ref} @liveexample{The example shows several calls to `get_ref()`.,get_ref}
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename ReferenceType, typename template<typename ReferenceType, typename
std::enable_if< std::enable_if<
...@@ -3155,7 +3155,7 @@ class basic_json ...@@ -3155,7 +3155,7 @@ class basic_json
with range checking with range checking
@sa @ref value() for access by value with a default value @sa @ref value() for access by value with a default value
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename T> template<typename T>
reference operator[](T* key) reference operator[](T* key)
...@@ -3204,7 +3204,7 @@ class basic_json ...@@ -3204,7 +3204,7 @@ class basic_json
with range checking with range checking
@sa @ref value() for access by value with a default value @sa @ref value() for access by value with a default value
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename T> template<typename T>
const_reference operator[](T* key) const const_reference operator[](T* key) const
......
...@@ -2625,7 +2625,7 @@ class basic_json ...@@ -2625,7 +2625,7 @@ class basic_json
@liveexample{The example shows several calls to `get_ref()`.,get_ref} @liveexample{The example shows several calls to `get_ref()`.,get_ref}
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename ReferenceType, typename template<typename ReferenceType, typename
std::enable_if< std::enable_if<
...@@ -3155,7 +3155,7 @@ class basic_json ...@@ -3155,7 +3155,7 @@ class basic_json
with range checking with range checking
@sa @ref value() for access by value with a default value @sa @ref value() for access by value with a default value
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename T> template<typename T>
reference operator[](T* key) reference operator[](T* key)
...@@ -3204,7 +3204,7 @@ class basic_json ...@@ -3204,7 +3204,7 @@ class basic_json
with range checking with range checking
@sa @ref value() for access by value with a default value @sa @ref value() for access by value with a default value
@since version 1.0.1 @since version 1.1.0
*/ */
template<typename T> template<typename T>
const_reference operator[](T* key) const const_reference operator[](T* key) const
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册