Skip to content

Commit a863d2d

Browse files
committed
Remove unneeded whitespace in synopses
1 parent dc3b751 commit a863d2d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

source/algorithms.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <initializer_list>
3030

3131
namespace std {
32-
3332
// \ref{alg.nonmodifying}, non-modifying sequence operations:
3433
template <class InputIterator, class Predicate>
3534
bool all_of(InputIterator first, InputIterator last, Predicate pred);

source/numerics.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,6 @@
25212521
#include <initializer_list>
25222522

25232523
namespace std {
2524-
25252524
// \ref{rand.eng.lcong}, class template linear_congruential_engine
25262525
template<class UIntType, UIntType a, UIntType c, UIntType m>
25272526
class linear_congruential_engine;
@@ -6470,7 +6469,6 @@
64706469
#include <initializer_list>
64716470

64726471
namespace std {
6473-
64746472
template<class T> class valarray; // An array of type \tcode{T}
64756473
class slice; // a BLAS-like slice out of an array
64766474
template<class T> class slice_array;

source/strings.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@
595595
#include <initializer_list>
596596

597597
namespace std {
598-
599598
// \ref{char.traits}, character traits:
600599
template<class charT> struct char_traits;
601600
template<> struct char_traits<char>;

0 commit comments

Comments
 (0)