Fix indentation
This commit is contained in:
parent
881cd3f420
commit
0a51fb22ed
1 changed files with 4 additions and 4 deletions
|
@ -8056,9 +8056,9 @@ class basic_json
|
||||||
/*!
|
/*!
|
||||||
@note The conventional copy constructor and copy assignment are
|
@note The conventional copy constructor and copy assignment are
|
||||||
implicitly defined.
|
implicitly defined.
|
||||||
Combined with the following converting constructor and assigment,
|
Combined with the following converting constructor and assigment,
|
||||||
they support: copy from iterator to iterator,
|
they support: copy from iterator to iterator,
|
||||||
copy from const iterator to const iterator,
|
copy from const iterator to const iterator,
|
||||||
and conversion from iterator to const iterator.
|
and conversion from iterator to const iterator.
|
||||||
However conversion from const iterator to iterator is not defined.
|
However conversion from const iterator to iterator is not defined.
|
||||||
*/
|
*/
|
||||||
|
@ -8075,7 +8075,7 @@ class basic_json
|
||||||
/*!
|
/*!
|
||||||
@brief converting assignment
|
@brief converting assignment
|
||||||
@param[in,out] other non-const iterator to copy from
|
@param[in,out] other non-const iterator to copy from
|
||||||
@return const/non-const iterator
|
@return const/non-const iterator
|
||||||
@note It is not checked whether @a other is initialized.
|
@note It is not checked whether @a other is initialized.
|
||||||
*/
|
*/
|
||||||
iter_impl& operator=(iter_impl<basic_json> other) noexcept(
|
iter_impl& operator=(iter_impl<basic_json> other) noexcept(
|
||||||
|
|
Loading…
Reference in a new issue