Skip to content

Commit a5c27ac

Browse files
committed
update
1 parent 68acbfd commit a5c27ac

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

articles/acronyms/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,13 @@
742742
GCC | GNU Compiler Collection / GNU C++ Compiler
743743
</a>
744744

745+
</li>
746+
747+
<li class="md-nav__item">
748+
<a href="#gmf-global-module-fragment" class="md-nav__link">
749+
GMF | Global Module Fragment
750+
</a>
751+
745752
</li>
746753

747754
<li class="md-nav__item">
@@ -1878,6 +1885,13 @@
18781885
GCC | GNU Compiler Collection / GNU C++ Compiler
18791886
</a>
18801887

1888+
</li>
1889+
1890+
<li class="md-nav__item">
1891+
<a href="#gmf-global-module-fragment" class="md-nav__link">
1892+
GMF | Global Module Fragment
1893+
</a>
1894+
18811895
</li>
18821896

18831897
<li class="md-nav__item">
@@ -2400,6 +2414,8 @@ <h3 id="fifo-first-in-first-out">FIFO | First in, first out<a class="headerlink"
24002414
<p><code>std::queue</code> のように、最初に追加した要素から順番に取り出していくデータ構造や手順</p>
24012415
<h3 id="gcc-gnu-compiler-collection-gnu-c-compiler">GCC | GNU Compiler Collection / GNU C++ Compiler<a class="headerlink" href="#gcc-gnu-compiler-collection-gnu-c-compiler" title="Permanent link">&para;</a></h3>
24022416
<p>GNU コンパイラコレクション、またはその C++ コンパイラ</p>
2417+
<h3 id="gmf-global-module-fragment">GMF | Global Module Fragment<a class="headerlink" href="#gmf-global-module-fragment" title="Permanent link">&para;</a></h3>
2418+
<p>グローバルモジュールフラグメント</p>
24032419
<h3 id="g-gnu-c-compiler">G++ | GNU C++ Compiler<a class="headerlink" href="#g-gnu-c-compiler" title="Permanent link">&para;</a></h3>
24042420
<p>GNU コンパイラコレクションの C++ コンパイラ</p>
24052421
<h3 id="ice-internal-compiler-error">ICE | Internal Compiler Error<a class="headerlink" href="#ice-internal-compiler-error" title="Permanent link">&para;</a></h3>

search/search_index.json

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

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)