Skip to content

Commit 24ac7c8

Browse files
committed
update
1 parent 43b9eca commit 24ac7c8

File tree

7 files changed

+94
-68
lines changed

7 files changed

+94
-68
lines changed

learn/online-resources/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,8 @@ <h2 id="_5">コーディングガイドライン<a class="headerlink" href="#_5"
11071107
<li><a href="http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines">C++ Core Guidelines</a> | <a href="https://qiita.com/tetsurom/items/322c7b58cddaada861ff">見出し日本語訳</a></li>
11081108
<li><a href="https://google.github.io/styleguide/cppguide.html">Google C++ Style Guide</a> | <a href="https://ttsuki.github.io/styleguide/cppguide.ja.html">日本語訳</a></li>
11091109
<li><a href="https://llvm.org/docs/CodingStandards.html">LLVM Coding Standards</a></li>
1110+
<li><a href="https://docs.google.com/document/d/e/2PACX-1vRZr-HJcYmf2Y76DhewaiJOhRNpjGHCxliAQTBhFxzv1QTae9o8mhBmDl32CRIuaWZLt5kVeH9e9jXv/pub">Safer Usage Of C++</a></li>
1111+
<li>Chromium チームによる、C++ の安全性を一層高めるためのガイドライン案</li>
11101112
</ul>
11111113
<h2 id="c_1">C++ 規格関連<a class="headerlink" href="#c_1" title="Permanent link">&para;</a></h2>
11121114
<ul>

learn/studymeetings/index.html

Lines changed: 44 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,20 @@
667667
</label>
668668
<ul class="md-nav__list" data-md-scrollfix>
669669

670+
<li class="md-nav__item">
671+
<a href="#c_1" class="md-nav__link">
672+
大阪 C++ 読書会
673+
</a>
674+
675+
</li>
676+
677+
<li class="md-nav__item">
678+
<a href="#talkcpp" class="md-nav__link">
679+
talk.cpp
680+
</a>
681+
682+
</li>
683+
670684
<li class="md-nav__item">
671685
<a href="#c-mix" class="md-nav__link">
672686
C++ MIX
@@ -741,25 +755,18 @@
741755
C++20 を相談しながら調べる会
742756
</a>
743757

744-
</li>
745-
746-
<li class="md-nav__item">
747-
<a href="#c_1" class="md-nav__link">
748-
キャディ株式会社 C++ 勉強会
749-
</a>
750-
751758
</li>
752759

753760
<li class="md-nav__item">
754761
<a href="#c_2" class="md-nav__link">
755-
札幌 C++ 勉強会
762+
キャディ株式会社 C++ 勉強会
756763
</a>
757764

758765
</li>
759766

760767
<li class="md-nav__item">
761768
<a href="#c_3" class="md-nav__link">
762-
大阪 C++ 読書会
769+
札幌 C++ 勉強会
763770
</a>
764771

765772
</li>
@@ -1066,6 +1073,20 @@
10661073
</label>
10671074
<ul class="md-nav__list" data-md-scrollfix>
10681075

1076+
<li class="md-nav__item">
1077+
<a href="#c_1" class="md-nav__link">
1078+
大阪 C++ 読書会
1079+
</a>
1080+
1081+
</li>
1082+
1083+
<li class="md-nav__item">
1084+
<a href="#talkcpp" class="md-nav__link">
1085+
talk.cpp
1086+
</a>
1087+
1088+
</li>
1089+
10691090
<li class="md-nav__item">
10701091
<a href="#c-mix" class="md-nav__link">
10711092
C++ MIX
@@ -1140,25 +1161,18 @@
11401161
C++20 を相談しながら調べる会
11411162
</a>
11421163

1143-
</li>
1144-
1145-
<li class="md-nav__item">
1146-
<a href="#c_1" class="md-nav__link">
1147-
キャディ株式会社 C++ 勉強会
1148-
</a>
1149-
11501164
</li>
11511165

11521166
<li class="md-nav__item">
11531167
<a href="#c_2" class="md-nav__link">
1154-
札幌 C++ 勉強会
1168+
キャディ株式会社 C++ 勉強会
11551169
</a>
11561170

11571171
</li>
11581172

11591173
<li class="md-nav__item">
11601174
<a href="#c_3" class="md-nav__link">
1161-
大阪 C++ 読書会
1175+
札幌 C++ 勉強会
11621176
</a>
11631177

11641178
</li>
@@ -1188,6 +1202,16 @@
11881202

11891203
<h1 id="c">国内の C++ 勉強会<a class="headerlink" href="#c" title="Permanent link">&para;</a></h1>
11901204
<p>国内で開催されている C++ 関連の勉強会イベントです。</p>
1205+
<h2 id="c_1">大阪 C++ 読書会<a class="headerlink" href="#c_1" title="Permanent link">&para;</a></h2>
1206+
<blockquote>
1207+
<p>大阪でC++に関するものを読み進める会です。 誰かが発表するといったスタイルではなく、みんなでわからないところを話し合って読んでいくスタイルの会です。
1208+
- <a href="https://cpp-osaka.connpass.com/">https://cpp-osaka.connpass.com/</a></p>
1209+
</blockquote>
1210+
<h2 id="talkcpp">talk.cpp<a class="headerlink" href="#talkcpp" title="Permanent link">&para;</a></h2>
1211+
<blockquote>
1212+
<p>talk.cpp は、動画と質疑応答による発表・議論を通して、C++ ユーザどうしが知見やアイデアを共有する、参加無料の技術イベントです。完全オンラインでの実施を前提にした、新しいスタイルの発表方式を採用しています。
1213+
- <a href="https://talkcpp.connpass.com/">https://talkcpp.connpass.com/</a></p>
1214+
</blockquote>
11911215
<h2 id="c-mix">C++ MIX<a class="headerlink" href="#c-mix" title="Permanent link">&para;</a></h2>
11921216
<blockquote>
11931217
<p>「C++ MIX」は、C++周辺の勉強会です。<br />
@@ -1630,7 +1654,7 @@ <h2 id="c20">C++20 を相談しながら調べる会<a class="headerlink" href="
16301654
</tr>
16311655
</tbody>
16321656
</table>
1633-
<h2 id="c_1">キャディ株式会社 C++ 勉強会<a class="headerlink" href="#c_1" title="Permanent link">&para;</a></h2>
1657+
<h2 id="c_2">キャディ株式会社 C++ 勉強会<a class="headerlink" href="#c_2" title="Permanent link">&para;</a></h2>
16341658
<blockquote>
16351659
<p>キャディ株式会社はテクニカルアドバイザーとして江添亮氏を迎え入れ、今後隔週でC++にまつわる勉強会を実施します。基礎的な内容から発展的な内容まで、幅広くシリーズ開催していく予定ですので、C++の勉強をしている方、江添亮氏やキャディメンバーとお話したい方など気軽にいらしてください。</p>
16361660
</blockquote>
@@ -1703,21 +1727,14 @@ <h2 id="c_1">キャディ株式会社 C++ 勉強会<a class="headerlink" href="#
17031727
</tr>
17041728
</tbody>
17051729
</table>
1706-
<h2 id="c_2">札幌 C++ 勉強会<a class="headerlink" href="#c_2" title="Permanent link">&para;</a></h2>
1730+
<h2 id="c_3">札幌 C++ 勉強会<a class="headerlink" href="#c_3" title="Permanent link">&para;</a></h2>
17071731
<blockquote>
17081732
<p>Sapporo.cppのメンバーで運営している、オンラインで実施しているもくもく会です。勉強会よりも高頻度に活動を行う場として、おおむね毎週1回実施しています。</p>
17091733
</blockquote>
17101734
<ul>
17111735
<li><a href="https://sapporocpp-mokumoku.connpass.com/">https://sapporocpp-mokumoku.connpass.com/</a></li>
17121736
<li><a href="https://sapporocpp-mokumoku.connpass.com/">札幌C++勉強会/もくもく会</a></li>
17131737
</ul>
1714-
<h2 id="c_3">大阪 C++ 読書会<a class="headerlink" href="#c_3" title="Permanent link">&para;</a></h2>
1715-
<blockquote>
1716-
<p>大阪でC++に関するものを読み進める会です。 誰かが発表するといったスタイルではなく、みんなでわからないところを話し合って読んでいくスタイルの会です。</p>
1717-
</blockquote>
1718-
<ul>
1719-
<li><a href="https://cpp-osaka.connpass.com/">https://cpp-osaka.connpass.com/</a></li>
1720-
</ul>
17211738
<h2 id="boost">Boost. 勉強会<a class="headerlink" href="#boost" title="Permanent link">&para;</a></h2>
17221739
<blockquote>
17231740
<p>Boost C++ Librariesという、C++の有名なライブラリ群を中心とした、C++全般の勉強会です。<br />

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,147 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>https://cppmap.github.io/</loc>
4-
<lastmod>2021-08-13</lastmod>
4+
<lastmod>2021-09-09</lastmod>
55
<changefreq>daily</changefreq>
66
</url><url>
77
<loc>https://cppmap.github.io/standardization/cpp20/</loc>
8-
<lastmod>2021-08-13</lastmod>
8+
<lastmod>2021-09-09</lastmod>
99
<changefreq>daily</changefreq>
1010
</url><url>
1111
<loc>https://cppmap.github.io/standardization/cpp23/</loc>
12-
<lastmod>2021-08-13</lastmod>
12+
<lastmod>2021-09-09</lastmod>
1313
<changefreq>daily</changefreq>
1414
</url><url>
1515
<loc>https://cppmap.github.io/standardization/cppx/</loc>
16-
<lastmod>2021-08-13</lastmod>
16+
<lastmod>2021-09-09</lastmod>
1717
<changefreq>daily</changefreq>
1818
</url><url>
1919
<loc>https://cppmap.github.io/standardization/meetings/</loc>
20-
<lastmod>2021-08-13</lastmod>
20+
<lastmod>2021-09-09</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url><url>
2323
<loc>https://cppmap.github.io/standardization/proposals/</loc>
24-
<lastmod>2021-08-13</lastmod>
24+
<lastmod>2021-09-09</lastmod>
2525
<changefreq>daily</changefreq>
2626
</url><url>
2727
<loc>https://cppmap.github.io/standardization/status/</loc>
28-
<lastmod>2021-08-13</lastmod>
28+
<lastmod>2021-09-09</lastmod>
2929
<changefreq>daily</changefreq>
3030
</url><url>
3131
<loc>https://cppmap.github.io/standardization/working-drafts/</loc>
32-
<lastmod>2021-08-13</lastmod>
32+
<lastmod>2021-09-09</lastmod>
3333
<changefreq>daily</changefreq>
3434
</url><url>
3535
<loc>https://cppmap.github.io/standardization/header/</loc>
36-
<lastmod>2021-08-13</lastmod>
36+
<lastmod>2021-09-09</lastmod>
3737
<changefreq>daily</changefreq>
3838
</url><url>
3939
<loc>https://cppmap.github.io/articles/comment-tricks/</loc>
40-
<lastmod>2021-08-13</lastmod>
40+
<lastmod>2021-09-09</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url><url>
4343
<loc>https://cppmap.github.io/articles/it-compiles/</loc>
44-
<lastmod>2021-08-13</lastmod>
44+
<lastmod>2021-09-09</lastmod>
4545
<changefreq>daily</changefreq>
4646
</url><url>
4747
<loc>https://cppmap.github.io/articles/it-does-not-compile/</loc>
48-
<lastmod>2021-08-13</lastmod>
48+
<lastmod>2021-09-09</lastmod>
4949
<changefreq>daily</changefreq>
5050
</url><url>
5151
<loc>https://cppmap.github.io/articles/how-to-read-keywords/</loc>
52-
<lastmod>2021-08-13</lastmod>
52+
<lastmod>2021-09-09</lastmod>
5353
<changefreq>daily</changefreq>
5454
</url><url>
5555
<loc>https://cppmap.github.io/articles/how-to-read-libraries/</loc>
56-
<lastmod>2021-08-13</lastmod>
56+
<lastmod>2021-09-09</lastmod>
5757
<changefreq>daily</changefreq>
5858
</url><url>
5959
<loc>https://cppmap.github.io/articles/ieee754-arithmetic/</loc>
60-
<lastmod>2021-08-13</lastmod>
60+
<lastmod>2021-09-09</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url><url>
6363
<loc>https://cppmap.github.io/articles/acronyms/</loc>
64-
<lastmod>2021-08-13</lastmod>
64+
<lastmod>2021-09-09</lastmod>
6565
<changefreq>daily</changefreq>
6666
</url><url>
6767
<loc>https://cppmap.github.io/articles/type-traits/</loc>
68-
<lastmod>2021-08-13</lastmod>
68+
<lastmod>2021-09-09</lastmod>
6969
<changefreq>daily</changefreq>
7070
</url><url>
7171
<loc>https://cppmap.github.io/articles/member-access/</loc>
72-
<lastmod>2021-08-13</lastmod>
72+
<lastmod>2021-09-09</lastmod>
7373
<changefreq>daily</changefreq>
7474
</url><url>
7575
<loc>https://cppmap.github.io/learn/books/</loc>
76-
<lastmod>2021-08-13</lastmod>
76+
<lastmod>2021-09-09</lastmod>
7777
<changefreq>daily</changefreq>
7878
</url><url>
7979
<loc>https://cppmap.github.io/learn/online-resources/</loc>
80-
<lastmod>2021-08-13</lastmod>
80+
<lastmod>2021-09-09</lastmod>
8181
<changefreq>daily</changefreq>
8282
</url><url>
8383
<loc>https://cppmap.github.io/learn/blogs/</loc>
84-
<lastmod>2021-08-13</lastmod>
84+
<lastmod>2021-09-09</lastmod>
8585
<changefreq>daily</changefreq>
8686
</url><url>
8787
<loc>https://cppmap.github.io/learn/studymeetings/</loc>
88-
<lastmod>2021-08-13</lastmod>
88+
<lastmod>2021-09-09</lastmod>
8989
<changefreq>daily</changefreq>
9090
</url><url>
9191
<loc>https://cppmap.github.io/learn/communities/</loc>
92-
<lastmod>2021-08-13</lastmod>
92+
<lastmod>2021-09-09</lastmod>
9393
<changefreq>daily</changefreq>
9494
</url><url>
9595
<loc>https://cppmap.github.io/learn/conferences/</loc>
96-
<lastmod>2021-08-13</lastmod>
96+
<lastmod>2021-09-09</lastmod>
9797
<changefreq>daily</changefreq>
9898
</url><url>
9999
<loc>https://cppmap.github.io/libraries/boost/</loc>
100-
<lastmod>2021-08-13</lastmod>
100+
<lastmod>2021-09-09</lastmod>
101101
<changefreq>daily</changefreq>
102102
</url><url>
103103
<loc>https://cppmap.github.io/libraries/containers/</loc>
104-
<lastmod>2021-08-13</lastmod>
104+
<lastmod>2021-09-09</lastmod>
105105
<changefreq>daily</changefreq>
106106
</url><url>
107107
<loc>https://cppmap.github.io/libraries/text-data/</loc>
108-
<lastmod>2021-08-13</lastmod>
108+
<lastmod>2021-09-09</lastmod>
109109
<changefreq>daily</changefreq>
110110
</url><url>
111111
<loc>https://cppmap.github.io/libraries/concurrency/</loc>
112-
<lastmod>2021-08-13</lastmod>
112+
<lastmod>2021-09-09</lastmod>
113113
<changefreq>daily</changefreq>
114114
</url><url>
115115
<loc>https://cppmap.github.io/libraries/testing/</loc>
116-
<lastmod>2021-08-13</lastmod>
116+
<lastmod>2021-09-09</lastmod>
117117
<changefreq>daily</changefreq>
118118
</url><url>
119119
<loc>https://cppmap.github.io/libraries/math/</loc>
120-
<lastmod>2021-08-13</lastmod>
120+
<lastmod>2021-09-09</lastmod>
121121
<changefreq>daily</changefreq>
122122
</url><url>
123123
<loc>https://cppmap.github.io/tools/onlinecompilers/</loc>
124-
<lastmod>2021-08-13</lastmod>
124+
<lastmod>2021-09-09</lastmod>
125125
<changefreq>daily</changefreq>
126126
</url><url>
127127
<loc>https://cppmap.github.io/tools/compilers/</loc>
128-
<lastmod>2021-08-13</lastmod>
128+
<lastmod>2021-09-09</lastmod>
129129
<changefreq>daily</changefreq>
130130
</url><url>
131131
<loc>https://cppmap.github.io/tools/package-manager/</loc>
132-
<lastmod>2021-08-13</lastmod>
132+
<lastmod>2021-09-09</lastmod>
133133
<changefreq>daily</changefreq>
134134
</url><url>
135135
<loc>https://cppmap.github.io/tools/code-formatter/</loc>
136-
<lastmod>2021-08-13</lastmod>
136+
<lastmod>2021-09-09</lastmod>
137137
<changefreq>daily</changefreq>
138138
</url><url>
139139
<loc>https://cppmap.github.io/tools/project-template/</loc>
140-
<lastmod>2021-08-13</lastmod>
140+
<lastmod>2021-09-09</lastmod>
141141
<changefreq>daily</changefreq>
142142
</url><url>
143143
<loc>https://cppmap.github.io/contribution/contributors/</loc>
144-
<lastmod>2021-08-13</lastmod>
144+
<lastmod>2021-09-09</lastmod>
145145
<changefreq>daily</changefreq>
146146
</url>
147147
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

standardization/proposals/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,14 @@ <h1 id="_1">提案リスト<a class="headerlink" href="#_1" title="Permanent lin
10101010
<p>C++20 / C++23 以降に向けた提案文書と、その日本語解説記事へのリンクです。</p>
10111011
<h3 id="2021">2021 年<a class="headerlink" href="#2021" title="Permanent link">&para;</a></h3>
10121012
<ul>
1013-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/#mailing2021-07">JTC1/SC22/WG21 - Papers 2021 mailing2021-07</a></li>
1013+
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/#mailing2021-08">JTC1/SC22/WG21 - Papers 2021 mailing2021-08</a><ul>
1014+
<li>日本語での解説: <a href="https://onihusube.hatenablog.com/entry/2021/09/03/230045">WG21月次提案文書を眺める(2021年08月)</a></li>
1015+
</ul>
1016+
</li>
1017+
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/#mailing2021-07">JTC1/SC22/WG21 - Papers 2021 mailing2021-07</a><ul>
1018+
<li>日本語での解説: <a href="https://onihusube.hatenablog.com/entry/2021/08/14/213339">WG21月次提案文書を眺める(2021年07月)</a></li>
1019+
</ul>
1020+
</li>
10141021
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/#mailing2021-06">JTC1/SC22/WG21 - Papers 2021 mailing2021-06</a><ul>
10151022
<li>日本語での解説: <a href="https://onihusube.hatenablog.com/entry/2021/07/12/182757">WG21月次提案文書を眺める(2021年06月)</a></li>
10161023
</ul>

tools/onlinecompilers/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,17 +1104,17 @@ <h2 id="_1">主要なオンラインコンパイラ<a class="headerlink" href="#
11041104
<tbody>
11051105
<tr>
11061106
<td><a href="https://wandbox.org/">Wandbox</a></td>
1107-
<td><li>GCC 4.4.7 - <strong>11.0.0*</strong></li><li>Clang 3.1 - <strong>13.0.0*</strong></li></td>
1107+
<td><li>GCC 4.4.7 - <strong>12.0*</strong></li><li>Clang 3.1 - <strong>13.0*</strong></li></td>
11081108
<td align="center"><i class="fa fa-check"></i></td>
11091109
<td align="center"></td>
11101110
<td align="center"><i class="fa fa-check"></i></td>
11111111
</tr>
11121112
<tr>
11131113
<td><a href="https://godbolt.org/">Compiler Explorer</a><br>(Execution モード)</td>
1114-
<td><li>GCC 4.1.2 - <strong>11.0.0*</strong></li><li>Clang 3.4.1 - <strong>12.0.0*</strong></li><li>ICC 13.0.1 - <strong>21.1.9</strong></li></td>
1114+
<td><li>GCC 4.6.4 - <strong>12.0*</strong></li><li>Clang 3.3 - <strong>13.0*</strong></li><li>ICC 16.0.3 - <strong>2021.3.0</strong></li></td>
11151115
<td align="center"><i class="fa fa-check"></i></td>
11161116
<td align="center"></td>
1117-
<td align="center"></td>
1117+
<td align="center"><i class="fa fa-check"></i></td>
11181118
</tr>
11191119
<tr>
11201120
<td><a href="https://paiza.io/ja/projects/new?language=cpp">paiza.io</a></td>

0 commit comments

Comments
 (0)