@@ -38,8 +38,8 @@ namespace boost {
3838 \return An output iterator pointing just after the last inserted character or
3939 a modified copy of the input
4040
41- \note The second variant of this function provides the strong exception-safety guarantee
42- */
41+ \note The second variant of this function provides the strong exception-safety guarantee
42+ */
4343 template <typename OutputIteratorT, typename CollectionT>
4444 inline OutputIteratorT erase_range_copy (
4545 OutputIteratorT Output,
@@ -106,8 +106,8 @@ namespace boost {
106106 \param Search A substring to be searched for
107107 \return An output iterator pointing just after the last inserted character or
108108 a modified copy of the input
109-
110- \note The second variant of this function provides the strong exception-safety guarantee
109+
110+ \note The second variant of this function provides the strong exception-safety guarantee
111111 */
112112 template <
113113 typename OutputIteratorT,
@@ -175,8 +175,8 @@ namespace boost {
175175 \return An output iterator pointing just after the last inserted character or
176176 a modified copy of the input
177177
178- \note The second variant of this function provides the strong exception-safety guarantee
179- */
178+ \note The second variant of this function provides the strong exception-safety guarantee
179+ */
180180 template <
181181 typename OutputIteratorT,
182182 typename Collection1T,
@@ -245,7 +245,7 @@ namespace boost {
245245 \return An output iterator pointing just after the last inserted character or
246246 a modified copy of the input
247247
248- \note The second variant of this function provides the strong exception-safety guarantee
248+ \note The second variant of this function provides the strong exception-safety guarantee
249249 */
250250 template <
251251 typename OutputIteratorT,
@@ -313,7 +313,7 @@ namespace boost {
313313 \return An output iterator pointing just after the last inserted character or
314314 a modified copy of the input
315315
316- \note The second variant of this function provides the strong exception-safety guarantee
316+ \note The second variant of this function provides the strong exception-safety guarantee
317317 */
318318 template <
319319 typename OutputIteratorT,
@@ -385,7 +385,7 @@ namespace boost {
385385 \return An output iterator pointing just after the last inserted character or
386386 a modified copy of the input
387387
388- \note The second variant of this function provides the strong exception-safety guarantee
388+ \note The second variant of this function provides the strong exception-safety guarantee
389389 */
390390 template <
391391 typename OutputIteratorT,
@@ -458,7 +458,7 @@ namespace boost {
458458 \return An output iterator pointing just after the last inserted character or
459459 a modified copy of the input
460460
461- \note The second variant of this function provides the strong exception-safety guarantee
461+ \note The second variant of this function provides the strong exception-safety guarantee
462462 */
463463 template <
464464 typename OutputIteratorT,
@@ -534,7 +534,7 @@ namespace boost {
534534 \return An output iterator pointing just after the last inserted character or
535535 a modified copy of the input
536536
537- \note The second variant of this function provides the strong exception-safety guarantee
537+ \note The second variant of this function provides the strong exception-safety guarantee
538538 */
539539 template <
540540 typename OutputIteratorT,
@@ -602,7 +602,7 @@ namespace boost {
602602 \return An output iterator pointing just after the last inserted character or
603603 a modified copy of the input
604604
605- \note The second variant of this function provides the strong exception-safety guarantee
605+ \note The second variant of this function provides the strong exception-safety guarantee
606606 */
607607 template <
608608 typename OutputIteratorT,
@@ -674,7 +674,7 @@ namespace boost {
674674 \return An output iterator pointing just after the last inserted character or
675675 a modified copy of the input
676676
677- \note The second variant of this function provides the strong exception-safety guarantee
677+ \note The second variant of this function provides the strong exception-safety guarantee
678678 */
679679 template <
680680 typename OutputIteratorT,
@@ -742,7 +742,7 @@ namespace boost {
742742 \return An output iterator pointing just after the last inserted character or
743743 a modified copy of the input
744744
745- \note The second variant of this function provides the strong exception-safety guarantee
745+ \note The second variant of this function provides the strong exception-safety guarantee
746746 */
747747 template <
748748 typename OutputIteratorT,
0 commit comments