Skip to content

Commit 9fd4119

Browse files
author
Pavol Droba
committed
Tabs removed
[SVN r23617]
1 parent 00d0967 commit 9fd4119

15 files changed

Lines changed: 156 additions & 156 deletions

File tree

include/boost/algorithm/string/case_conv.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ namespace boost {
115115
An output iterator pointing just after the last inserted character or
116116
a copy of the input
117117
118-
\note The second variant of this function provides the strong exception-safety guarantee
118+
\note The second variant of this function provides the strong exception-safety guarantee
119119
*/
120120
template<typename OutputIteratorT, typename CollectionT>
121121
inline OutputIteratorT

include/boost/algorithm/string/erase.hpp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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,

include/boost/algorithm/string/find.hpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace boost {
6464
\c CollectionT::const_iterator, depending on the constness of
6565
the input parameter.
6666
67-
\note This function provides the strong exception-safety guarantee
67+
\note This function provides the strong exception-safety guarantee
6868
*/
6969
template<typename Collection1T, typename Collection2T>
7070
inline iterator_range<
@@ -91,7 +91,7 @@ namespace boost {
9191
\c Collection1T::const_iterator, depending on the constness of
9292
the input parameter.
9393
94-
\note This function provides the strong exception-safety guarantee
94+
\note This function provides the strong exception-safety guarantee
9595
*/
9696
template<typename Collection1T, typename Collection2T>
9797
inline iterator_range<
@@ -119,7 +119,7 @@ namespace boost {
119119
\c Collection1T::const_iterator, depending on the constness of
120120
the input parameter.
121121
122-
\note This function provides the strong exception-safety guarantee
122+
\note This function provides the strong exception-safety guarantee
123123
*/
124124
template<typename Collection1T, typename Collection2T>
125125
inline iterator_range<
@@ -145,9 +145,9 @@ namespace boost {
145145
Returned iterator is either \c Collection1T::iterator or
146146
\c Collection1T::const_iterator, depending on the constness of
147147
the input parameter.
148-
149-
\note This function provides the strong exception-safety guarantee
150-
*/
148+
149+
\note This function provides the strong exception-safety guarantee
150+
*/
151151
template<typename Collection1T, typename Collection2T>
152152
inline iterator_range<
153153
BOOST_STRING_TYPENAME result_iterator_of<Collection1T>::type>
@@ -204,7 +204,7 @@ namespace boost {
204204
the input parameter.
205205
206206
207-
\note This function provides the strong exception-safety guarantee
207+
\note This function provides the strong exception-safety guarantee
208208
*/
209209
template<typename Collection1T, typename Collection2T>
210210
inline iterator_range<
@@ -235,7 +235,7 @@ namespace boost {
235235
\c Collection1T::const_iterator, depending on the constness of
236236
the input parameter.
237237
238-
\note This function provides the strong exception-safety guarantee
238+
\note This function provides the strong exception-safety guarantee
239239
*/
240240
template<typename CollectionT>
241241
inline iterator_range<
@@ -265,8 +265,8 @@ namespace boost {
265265
the input parameter.
266266
267267
268-
\note This function provides the strong exception-safety guarantee
269-
*/
268+
\note This function provides the strong exception-safety guarantee
269+
*/
270270
template<typename CollectionT>
271271
inline iterator_range<
272272
BOOST_STRING_TYPENAME result_iterator_of<CollectionT>::type>
@@ -294,9 +294,9 @@ namespace boost {
294294
Returned iterator is either \c CollectionT::iterator or
295295
\c CollectionT::const_iterator, depending on the constness of
296296
the input parameter.
297-
298-
\note This function provides the strong exception-safety guarantee
299-
*/
297+
298+
\note This function provides the strong exception-safety guarantee
299+
*/
300300
template<typename CollectionT, typename PredicateT>
301301
inline iterator_range<
302302
BOOST_STRING_TYPENAME result_iterator_of<CollectionT>::type>

include/boost/algorithm/string/find_format.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace boost {
4343
\return An output iterator pointing just after the last inserted character or
4444
a modified copy of the input
4545
46-
\note The second variant of this function provides the strong exception-safety guarantee
46+
\note The second variant of this function provides the strong exception-safety guarantee
4747
*/
4848
template<
4949
typename OutputIteratorT,
@@ -154,7 +154,7 @@ namespace boost {
154154
\return An output iterator pointing just after the last inserted character or
155155
a modified copy of the input
156156
157-
\note The second variant of this function provides the strong exception-safety guarantee
157+
\note The second variant of this function provides the strong exception-safety guarantee
158158
*/
159159
template<
160160
typename OutputIteratorT,

include/boost/algorithm/string/predicate.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ namespace boost {
4444
\param Comp An element comparison predicate
4545
\return The result of the test
4646
47-
\note This function provides the strong exception-safety guarantee
48-
*/
47+
\note This function provides the strong exception-safety guarantee
48+
*/
4949
template<typename Collection1T, typename Collection2T, typename PredicateT>
5050
inline bool starts_with(
5151
const Collection1T& Input,
@@ -96,7 +96,7 @@ namespace boost {
9696
\param Loc A locale used for case insensitive comparison
9797
\return The result of the test
9898
99-
\note This function provides the strong exception-safety guarantee
99+
\note This function provides the strong exception-safety guarantee
100100
*/
101101
template<typename Collection1T, typename Collection2T>
102102
inline bool istarts_with(
@@ -123,7 +123,7 @@ namespace boost {
123123
\param Comp An element comparison predicate
124124
\return The result of the test
125125
126-
\note This function provides the strong exception-safety guarantee
126+
\note This function provides the strong exception-safety guarantee
127127
*/
128128
template<typename Collection1T, typename Collection2T, typename PredicateT>
129129
inline bool ends_with(
@@ -170,7 +170,7 @@ namespace boost {
170170
\param Loc A locale used for case insensitive comparison
171171
\return The result of the test
172172
173-
\note This function provides the strong exception-safety guarantee
173+
\note This function provides the strong exception-safety guarantee
174174
*/
175175
template<typename Collection1T, typename Collection2T>
176176
inline bool iends_with(
@@ -194,7 +194,7 @@ namespace boost {
194194
\param Comp An element comparison predicate
195195
\return The result of the test
196196
197-
\note This function provides the strong exception-safety guarantee
197+
\note This function provides the strong exception-safety guarantee
198198
*/
199199
template<typename Collection1T, typename Collection2T, typename PredicateT>
200200
inline bool contains(
@@ -233,7 +233,7 @@ namespace boost {
233233
\param Loc A locale used for case insensitive comparison
234234
\return The result of the test
235235
236-
\note This function provides the strong exception-safety guarantee
236+
\note This function provides the strong exception-safety guarantee
237237
*/
238238
template<typename Collection1T, typename Collection2T>
239239
inline bool icontains(

include/boost/algorithm/string/regex.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace boost {
4141
\c InputContainerT::const_iterator, depending on the constness of
4242
the input parameter.
4343
44-
\note This function provides the strong exception-safety guarantee
44+
\note This function provides the strong exception-safety guarantee
4545
*/
4646
template<
4747
typename CollectionT,
@@ -75,7 +75,7 @@ namespace boost {
7575
\return An output iterator pointing just after the last inserted character or
7676
a modified copy of the input
7777
78-
\note The second variant of this function provides the strong exception-safety guarantee
78+
\note The second variant of this function provides the strong exception-safety guarantee
7979
*/
8080
template<
8181
typename OutputIteratorT,
@@ -161,7 +161,7 @@ namespace boost {
161161
\return An output iterator pointing just after the last inserted character or
162162
a modified copy of the input
163163
164-
\note The second variant of this function provides the strong exception-safety guarantee
164+
\note The second variant of this function provides the strong exception-safety guarantee
165165
*/
166166
template<
167167
typename OutputIteratorT,
@@ -246,7 +246,7 @@ namespace boost {
246246
\return An output iterator pointing just after the last inserted character or
247247
a modified copy of the input
248248
249-
\note The second variant of this function provides the strong exception-safety guarantee
249+
\note The second variant of this function provides the strong exception-safety guarantee
250250
*/
251251
template<
252252
typename OutputIteratorT,
@@ -325,7 +325,7 @@ namespace boost {
325325
\return An output iterator pointing just after the last inserted character or
326326
a modified copy of the input
327327
328-
\note The second variant of this function provides the strong exception-safety guarantee
328+
\note The second variant of this function provides the strong exception-safety guarantee
329329
*/
330330
template<
331331
typename OutputIteratorT,
@@ -410,8 +410,8 @@ namespace boost {
410410
411411
\note Prior content of the result will be overwritten.
412412
413-
\note This function provides the strong exception-safety guarantee
414-
*/
413+
\note This function provides the strong exception-safety guarantee
414+
*/
415415
template<
416416
typename SequenceSequenceT,
417417
typename CollectionT,
@@ -451,7 +451,7 @@ namespace boost {
451451
452452
\note Prior content of the result will be overwritten.
453453
454-
\note This function provides the strong exception-safety guarantee
454+
\note This function provides the strong exception-safety guarantee
455455
*/
456456
template<
457457
typename SequenceSequenceT,

0 commit comments

Comments
 (0)