Skip to content

Commit

Permalink
Wrap long line to 120 columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Nov 7, 2019
1 parent 65c85f4 commit 9797af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stl/inc/iterator
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ public:
using istream_type = basic_istream<_Elem, _Traits>;

static_assert(conjunction_v<is_default_constructible<_Ty>, is_copy_constructible<_Ty>, is_copy_assignable<_Ty>>,
"istream_iterator<T> requires T to be default constructible, copy constructible, and copy assignable. (N4835 [istream.iterator]/2)");
"istream_iterator<T> requires T to be default constructible, copy constructible, and copy assignable. "
"(N4835 [istream.iterator]/2)");

constexpr istream_iterator() {}

Expand Down

0 comments on commit 9797af1

Please sign in to comment.