Skip to content

Commit bc0adea

Browse files
committed
Update
1 parent 5bc71b2 commit bc0adea

File tree

3,363 files changed

+76149
-76204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,363 files changed

+76149
-76204
lines changed

14882.css

Lines changed: 53 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ div.wrapper {
1919
}
2020

2121
div.texpara {
22+
text-align: justify;
2223
margin-top: 3pt;
2324
margin-bottom: 3pt;
2425
}
@@ -59,13 +60,14 @@ li {
5960

6061
h1 {
6162
line-height: 1;
63+
font-size: 20pt;
6264
margin-top: 10pt;
6365
margin-bottom: 10pt;
6466
}
6567

6668
h2 {
6769
line-height: 1;
68-
font-size: 14pt;
70+
font-size: 16pt;
6971
margin-top: 10pt;
7072
margin-bottom: 10pt;
7173
}
@@ -78,6 +80,7 @@ h2::after {
7880

7981
h3 {
8082
line-height: 1;
83+
font-size: 12pt;
8184
margin-top: 10pt;
8285
margin-bottom: 10pt;
8386
}
@@ -90,6 +93,7 @@ h3::after {
9093

9194
h4 {
9295
line-height: 1;
96+
font-size: 11pt;
9397
margin-top: 10pt;
9498
margin-bottom: 10pt;
9599
}
@@ -161,6 +165,7 @@ div.marginalizedparent {
161165
a.marginalized {
162166
width: 15mm;
163167
position: absolute;
168+
top: 0.4mm;
164169
font-size: 7pt;
165170
text-align: right;
166171
}
@@ -173,6 +178,10 @@ a.enumerated_item_num {
173178
}
174179

175180
div.para {
181+
position: relative;
182+
left: -14mm;
183+
padding-left: 14mm;
184+
width: 100%;
176185
margin-bottom: 6pt;
177186
margin-top: 6pt;
178187
text-align: justify;
@@ -578,13 +587,13 @@ table.enumerate td:first-child {
578587
@media (prefers-color-scheme: dark) {
579588
body {
580589
background-color: #171717;
581-
color: #d0d0d0;
590+
color: #e0e0e0;
582591
}
583592

584-
span.mjx-mstyle { color: #d0d0d0 !important }
593+
span.mjx-mstyle { color: #e0e0e0 !important }
585594

586-
a:link { color: #64adff; }
587-
a:visited { color: #a36ae6; }
595+
a:link { color: #74bdff; }
596+
a:visited { color: #c38aff; }
588597

589598
a.hidden_link {
590599
text-decoration: none;
@@ -593,56 +602,56 @@ table.enumerate td:first-child {
593602

594603
span.phantom { color: #171717; }
595604

596-
a.index:before { color: #d0d0d0; background-color: #4b6353; }
597-
598-
.comment { color: #35da00; }
599-
.footnote .comment { color: #35da00; }
600-
.example .comment { color: #35da00; }
601-
.note .comment { color: #35da00; }
602-
603-
span.keyword { color: #12cabe; }
604-
span.parenthesis { color: #ff1515; }
605-
span.curlybracket { color: #ff1515; }
606-
span.squarebracket { color: #ff1515; }
607-
span.literal { color: #dfa837; }
608-
span.literalterminal { color: #dfa837; }
609-
span.operator { color: #baa6b9; }
610-
span.anglebracket { color: #baa6b9; }
611-
span.preprocessordirective { color: #b27c58; }
612-
613-
table { border-color: #d0d0d0; }
614-
td.border { border-color: #d0d0d0; }
615-
td.border { border-left-color: #d0d0d0; }
616-
tr.rowsep, td.cline { border-top-color: #d0d0d0; }
617-
tr.capsep { border-top-color: #d0d0d0; }
618-
th { border-bottom-color: #d0d0d0; }
619-
620-
.footnoteSeparator { background-color: #d0d0d0; }
621-
622-
text { fill: #d0d0d0; }
623-
path { stroke: #d0d0d0; }
624-
polygon { stroke: #d0d0d0; fill: #d0d0d0; }
625-
ellipse { stroke: #d0d0d0; }
605+
a.index:before { color: #e0e0e0; background-color: #4b6353; }
606+
607+
.comment { color: #40f040; }
608+
.footnote .comment { color: #60ff60; }
609+
.example .comment { color: #60ff60; }
610+
.note .comment { color: #60ff60; }
611+
612+
span.keyword { color: #32eade; }
613+
span.parenthesis { color: #ff7070; }
614+
span.curlybracket { color: #ff7070; }
615+
span.squarebracket { color: #ff7070; }
616+
span.literal { color: #ffd867; }
617+
span.literalterminal { color: #ffd867; }
618+
span.operator { color: #dac6d9; }
619+
span.anglebracket { color: #dac6d9; }
620+
span.preprocessordirective { color: #c28c68; }
621+
622+
table { border-color: #e0e0e0; }
623+
td.border { border-color: #e0e0e0; }
624+
td.border { border-left-color: #e0e0e0; }
625+
tr.rowsep, td.cline { border-top-color: #e0e0e0; }
626+
tr.capsep { border-top-color: #e0e0e0; }
627+
th { border-bottom-color: #e0e0e0; }
628+
629+
.footnoteSeparator { background-color: #e0e0e0; }
630+
631+
text { fill: #e0e0e0; }
632+
path { stroke: #e0e0e0; }
633+
polygon { stroke: #e0e0e0; fill: #e0e0e0; }
634+
ellipse { stroke: #e0e0e0; }
626635

627636
:target { background-color: #4b6345; color: #ffffff; }
628637
:target .codeblock { background-color: #4b6345; }
629638
:target ul { background-color: #4b6345; }
630639
:target a:link { color: #9fcdff; }
631640
:target a:visited { color: #d39aff; }
632641
:target a.hidden_link { text-decoration: none; color: inherit; }
633-
:target span.keyword { color: #32eade; }
642+
:target span.keyword { color: #52faee; }
634643
:target span.parenthesis { color: #ff4060; font-weight: bold; }
635644
:target span.curlybracket { color: #ff4060; font-weight: bold; }
636645
:target span.squarebracket { color: #ff4060; font-weight: bold; }
637-
:target span.literal { color: #f0d060; }
638-
:target span.literalterminal { color: #f0d060; }
639-
:target span.operator { color: #dac6d9; }
640-
:target span.anglebracket { color: #dac6d9; }
646+
:target span.literal { color: #ffe070; }
647+
:target span.literalterminal { color: #ffe070; }
648+
:target span.operator { color: #ffffff; }
649+
:target span.anglebracket { color: #ffffff; }
641650
:target span.preprocessordirective { color: #e0968f; }
642-
:target .comment { color: #55ff00; }
643-
:target .footnote .comment { color: #55ff00; }
644-
:target .example .comment { color: #55ff00; }
645-
:target .note .comment { color: #55ff00; }
651+
:target .comment { color: #75ff20; }
652+
:target .footnote .comment { color: #75ff20; }
653+
:target .example .comment { color: #75ff20; }
654+
:target .note .comment { color: #75ff20; }
646655
}
647656
.mjx-chtml {display: inline-block; line-height: 0; text-indent: 0; text-align: left; text-transform: none; font-style: normal; font-weight: normal; font-size: 100%; font-size-adjust: none; letter-spacing: normal; word-wrap: normal; word-spacing: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; margin: 0; padding: 1px 0}
648657
.MJXc-display {display: block;background:inherit; text-align: center; margin: 1em 0; padding: 0}

accumulate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<span class='keyword'>template</span><span class='anglebracket'>&lt;</span><span class='keyword'>class</span> InputIterator, <span class='keyword'>class</span> T, <span class='keyword'>class</span> BinaryOperation<span class='anglebracket'>&gt;</span>
44
<span class='keyword'>constexpr</span> T accumulate<span class='parenthesis'>(</span>InputIterator first, InputIterator last, T init,
55
BinaryOperation binary_op<span class='parenthesis'>)</span>;
6-
</code></div></div></div><div class='para' id='1'><div class='marginalizedparent'><a class='marginalized' href='#1'>1</a></div><div class='itemdescr'><div class='sourceLinkParent'><a class='sourceLink' href='https://github.com/cplusplus/draft/tree/2f53f313f5b1aac5f9547b39e78863e23ca9c047/source/algorithms.tex#L12302'>#</a></div><div class='texpara'><div id='1.sentence-1' class='sentence'><i >Preconditions</i>: <span class='texttt'>T</span> meets
6+
</code></div></div></div><div class='para' id='1'><div class='marginalizedparent'><a class='marginalized' href='#1'>1</a></div><div class='itemdescr'><div class='sourceLinkParent'><a class='sourceLink' href='https://github.com/cplusplus/draft/tree/acab9e553267137d6ac25e5568bafce734b70257/source/algorithms.tex#L12302'>#</a></div><div class='texpara'><div id='1.sentence-1' class='sentence'><i >Preconditions</i>: <span class='texttt'>T</span> meets
77
the <a href='utility.arg.requirements#:Cpp17CopyConstructible' title='16.4.4.2&emsp;Template argument requirements&emsp;[utility.arg.requirements]'><i >Cpp17CopyConstructible</i></a> (Table <a href='utility.arg.requirements#tab:cpp17.copyconstructible' title='Table 32: Cpp17CopyConstructible requirements (in addition to Cpp17MoveConstructible)'>32</a>)
88
and <a href='utility.arg.requirements#:Cpp17CopyAssignable' title='16.4.4.2&emsp;Template argument requirements&emsp;[utility.arg.requirements]'><i >Cpp17CopyAssignable</i></a> (Table <a href='utility.arg.requirements#tab:cpp17.copyassignable' title='Table 34: Cpp17CopyAssignable requirements (in addition to Cpp17MoveAssignable)'>34</a>) requirements<a class='hidden_link' href='#1.sentence-1'>.</a></div> <div id='1.sentence-2' class='sentence'>In the range [<span class='texttt'>first, last</span>],
99
<span class='texttt'>binary_<span class='shy'></span>op</span> neither modifies elements
10-
nor invalidates iterators or subranges<a class='hidden_link' href='#1.sentence-2'>.</a><a class='footnoteref' href='#footnote-205' id='footnoteref-205' title='The use of fully closed ranges is intentional.'>205</a></div></div></div></div><div class='para' id='2'><div class='marginalizedparent'><a class='marginalized' href='#2'>2</a></div><div class='itemdescr'><div class='sourceLinkParent'><a class='sourceLink' href='https://github.com/cplusplus/draft/tree/2f53f313f5b1aac5f9547b39e78863e23ca9c047/source/algorithms.tex#L12314'>#</a></div><div class='texpara'><div id='2.sentence-1' class='sentence'><i >Effects</i>: Computes its result by
10+
nor invalidates iterators or subranges<a class='hidden_link' href='#1.sentence-2'>.</a><a class='footnoteref' href='#footnote-205' id='footnoteref-205' title='The use of fully closed ranges is intentional.'>205</a></div></div></div></div><div class='para' id='2'><div class='marginalizedparent'><a class='marginalized' href='#2'>2</a></div><div class='itemdescr'><div class='sourceLinkParent'><a class='sourceLink' href='https://github.com/cplusplus/draft/tree/acab9e553267137d6ac25e5568bafce734b70257/source/algorithms.tex#L12314'>#</a></div><div class='texpara'><div id='2.sentence-1' class='sentence'><i >Effects</i>: Computes its result by
1111
initializing the accumulator <span class='texttt'>acc</span> with the initial value <span class='texttt'>init</span>
1212
and then modifies it with
1313
<span class='texttt'>acc <span class='operator'>=</span> std<span class='operator'>&#x200b;::&#x200b;</span>move<span class='parenthesis'>(</span>acc<span class='parenthesis'>)</span> <span class='operator'>+</span> <span class='operator'>*</span>i</span> or

0 commit comments

Comments
 (0)