Skip to content

Commit 6608a61

Browse files
committed
[iostream.objects.overview] Delete duplicate paragraph.
Initially, 75bea3c moved a footnote into a new "recommended practice" paragraph. Later, cb07613 added the same "recommended practice" into the middle of the paragraph that originally contained the footnote.
1 parent 33245df commit 6608a61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/iostreams.tex

-5
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,6 @@
431431
time prior to or during the first time an object of class
432432
\tcode{ios_base::Init} is constructed, and in any case before the body
433433
of \tcode{main}\iref{basic.start.main} begins execution.
434-
435-
\recommended
436-
If it is possible for them to do so, implementations should
437-
initialize the objects earlier than required.
438-
439434
The objects are not destroyed during program execution.\footnote{Constructors and destructors for objects with
440435
static storage duration can
441436
access these objects to read input from

0 commit comments

Comments
 (0)