<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>cpprefjp - C++日本語リファレンス</title>
  <link href="https://cpprefjp.github.io" />
  <updated>2026-09-18T14:56:37.668993</updated>
  <id>32709939-6185-4323-a300-611ff2ac73da</id>

  
    <entry>
      <title>atomic -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/atomic/atomic.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/atomic/atomic.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/atomic/atomic.md b/reference/atomic/atomic.md
index 56073b788..18e4ef0a2 100644
--- a/reference/atomic/atomic.md
+++ b/reference/atomic/atomic.md
@@ -342,7 +342,7 @@ int main()
 - [`std::shared_ptr`と`std::weak_ptr`に対する`atomic`クラスの特殊化](/reference/memory/atomic.md)
 
 
-### 参照
+## 参照
 - [N2145 C++ Atomic Types and Operations](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2145.html)
 - [N2547 Allow atomics use in signal handlers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2547.htm)
 - [アトミックオブジェクトを含むクラスのコピーとムーブ - Faith and Brave - C++で遊ぼう](http://d.hatena.ne.jp/faith_and_brave/20130110/1357808183)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>atomic_ref -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/atomic/atomic_ref.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/atomic/atomic_ref.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/atomic/atomic_ref.md b/reference/atomic/atomic_ref.md
index f07f8792a..80b42bac0 100644
--- a/reference/atomic/atomic_ref.md
+++ b/reference/atomic/atomic_ref.md
@@ -232,7 +232,7 @@ int main()
 - [`std::atomic`](atomic.md)
 
 
-### 参照
+## 参照
 - [P0019R8 Atomic Ref](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0019r8.html)
 - [P1467R9 Extended floating-point types and standard names](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1467r9.html)
     - C++23で拡張浮動小数点数型もテンプレート引数として指定することが許可された
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bitset -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/bitset/bitset.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/bitset/bitset.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/bitset/bitset.md b/reference/bitset/bitset.md
index 322f49352..b6eb58565 100644
--- a/reference/bitset/bitset.md
+++ b/reference/bitset/bitset.md
@@ -147,6 +147,6 @@ or  : 10010111
 xor : 10100000
 ```
 
-### 参照
+## 参照
 - [N0075 Proposal for a Bitset Class](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1991/WG21%201991/X3J16_91-0142%20WG21_N0075.pdf)
 - [N0220R2 A Proposal for Two Bitset Classes](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1993/N0220R2.asc)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator- -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/chrono/duration/op_unary_minus.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/chrono/duration/op_unary_minus.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/chrono/duration/op_unary_minus.md b/reference/chrono/duration/op_unary_minus.md
index dcc5ff466..5bdff3182 100644
--- a/reference/chrono/duration/op_unary_minus.md
+++ b/reference/chrono/duration/op_unary_minus.md
@@ -58,5 +58,5 @@ int main()
 - [GCC](/implementation.md#gcc): 4.5.1 [mark verified], 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
 
-### 参照
+## 参照
 - [P0548R1 : common_type and duration](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0548r1.pdf)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator+ -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/chrono/duration/op_unary_plus.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/chrono/duration/op_unary_plus.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/chrono/duration/op_unary_plus.md b/reference/chrono/duration/op_unary_plus.md
index 989edfe59..53fb80687 100644
--- a/reference/chrono/duration/op_unary_plus.md
+++ b/reference/chrono/duration/op_unary_plus.md
@@ -55,5 +55,5 @@ int main()
 - [GCC](/implementation.md#gcc): 4.5.1 [mark verified], 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
 
-### 参照
+## 参照
 - [P0548R1 : common_type and duration](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0548r1.pdf)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>system -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/cstdlib/system.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/cstdlib/system.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/system.md b/reference/cstdlib/system.md
index 6a91a3802..ebfd56739 100644
--- a/reference/cstdlib/system.md
+++ b/reference/cstdlib/system.md
@@ -54,6 +54,6 @@ total 16
 |--------------------------------|--------------------------------------------------------|
 | [`flush`](../ostream/flush.md) | バッファをフラッシュする                               |
 
-### 参照
+## 参照
 
 - [POSIX(IEEE Std 1003.1-2024); wait, waitpid](https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/waitpid.html)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reverse_iterator -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/iterator/reverse_iterator.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/iterator/reverse_iterator.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/reverse_iterator.md b/reference/iterator/reverse_iterator.md
index cf31e3a34..ad9513167 100644
--- a/reference/iterator/reverse_iterator.md
+++ b/reference/iterator/reverse_iterator.md
@@ -141,6 +141,6 @@ int main()
 1
 ```
 
-### 参照
+## 参照
 
 - [P0896R4 The One Ranges Proposal (was Merging the Ranges TS)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0896r4.pdf)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max_digits10 -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/limits/numeric_limits/max_digits10.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/limits/numeric_limits/max_digits10.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/limits/numeric_limits/max_digits10.md b/reference/limits/numeric_limits/max_digits10.md
index 1e85c62fc..1adc8754b 100644
--- a/reference/limits/numeric_limits/max_digits10.md
+++ b/reference/limits/numeric_limits/max_digits10.md
@@ -116,5 +116,5 @@ float max_digits10 : 9
 - [GCC](/implementation.md#gcc): 4.5.4 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
 
-### 参照
+## 参照
 * [A Proposal to add a max significant decimal digits value to the C++ Standard Library Numeric limits](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1822.pdf)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>atomic -- 参照節の見出しレベルを修正</title>
      <link href="https://cpprefjp.github.io/reference/memory/atomic.html"/>
      <id>d9de449edb554f07ac476cb16ee9b9d93d92e718:reference/memory/atomic.md</id>
      <updated>2026-09-16T22:29:34+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/memory/atomic.md b/reference/memory/atomic.md
index 132cc51e5..ebe5b2071 100644
--- a/reference/memory/atomic.md
+++ b/reference/memory/atomic.md
@@ -123,7 +123,7 @@ int main()
 - [Visual C++](/implementation.md#visual_cpp): ??
 
 
-### 参照
+## 参照
 - [P0718R2 Revising `atomic_shared_ptr` for C++20](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0718r2.html)
 - [cplusplus/draft #2824 - add forward declaration of `atomic` class for `atomic&amp;lt;shared_ptr&amp;lt;T&amp;gt;&amp;gt;` (P0718R2)](https://github.com/cplusplus/draft/pull/2824)
 - [P1644R0 Add wait/notify to `atomic&amp;lt;shared_ptr&amp;lt;T&amp;gt;&amp;gt;`](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1644r0.html)
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>at -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/at.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_map/at.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/at.md b/reference/unordered_map/unordered_map/at.md
index f1b235dfe..0f7598cae 100644
--- a/reference/unordered_map/unordered_map/at.md
+++ b/reference/unordered_map/unordered_map/at.md
@@ -49,8 +49,8 @@ constexpr const T&amp;amp; at(const K&amp;amp; x) const; // (4) C++26
 
 ## 備考
 - (3), (4) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bucket -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/bucket.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_map/bucket.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/bucket.md b/reference/unordered_map/unordered_map/bucket.md
index 257fbfa4d..28204a7d7 100644
--- a/reference/unordered_map/unordered_map/bucket.md
+++ b/reference/unordered_map/unordered_map/bucket.md
@@ -43,8 +43,8 @@ constexpr size_type bucket(const K&amp;amp; k) const; // (2) C++26
 ## 備考
 - 指定したキーと等価な要素が格納されていない場合、そのキーを挿入した際に [`rehash`](rehash.md) が発生しなければ格納されるバケットのインデックス（添え字）が返る。
 - (2) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>insert_or_assign -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/insert_or_assign.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_map/insert_or_assign.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/insert_or_assign.md b/reference/unordered_map/unordered_map/insert_or_assign.md
index 550969e35..0bccfc963 100644
--- a/reference/unordered_map/unordered_map/insert_or_assign.md
+++ b/reference/unordered_map/unordered_map/insert_or_assign.md
@@ -103,8 +103,8 @@ constexpr iterator
 - 規格にはこの関数の例外安全性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
 - 規格にはこの関数が呼ばれた後のイテレータや要素へのポインタ・参照の有効性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
 - (3), (6) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator[] -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/op_at.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_map/op_at.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/op_at.md b/reference/unordered_map/unordered_map/op_at.md
index c1d0554a5..47d821c2e 100644
--- a/reference/unordered_map/unordered_map/op_at.md
+++ b/reference/unordered_map/unordered_map/op_at.md
@@ -54,8 +54,8 @@ constexpr T&amp;amp; operator[](K&amp;amp;&amp;amp; k); // (3) C++26
 
 ## 備考
 - (3) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_emplace -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/try_emplace.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_map/try_emplace.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/try_emplace.md b/reference/unordered_map/unordered_map/try_emplace.md
index f3b8bc7a3..237ddd9b2 100644
--- a/reference/unordered_map/unordered_map/try_emplace.md
+++ b/reference/unordered_map/unordered_map/try_emplace.md
@@ -108,8 +108,8 @@ constexpr iterator
 - 規格にはこの関数の例外安全性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
 - 規格にはこの関数が呼ばれた後のイテレータや要素へのポインタ・参照の有効性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
 - (3), (6) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bucket -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_map/unordered_multimap/bucket.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_map/unordered_multimap/bucket.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_multimap/bucket.md b/reference/unordered_map/unordered_multimap/bucket.md
index f6e518b94..4b66069e5 100644
--- a/reference/unordered_map/unordered_multimap/bucket.md
+++ b/reference/unordered_map/unordered_multimap/bucket.md
@@ -42,8 +42,8 @@ constexpr size_type bucket(const K&amp;amp; k) const; // (2) C++26
 ## 備考
 - 指定したキーと等価な要素が格納されていない場合、そのキーを挿入した際に [`rehash`](rehash.md) が発生しなければ格納されるバケットのインデックス（添え字）が返る。
 - (2) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_multimap&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bucket -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_set/unordered_multiset/bucket.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_set/unordered_multiset/bucket.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_set/unordered_multiset/bucket.md b/reference/unordered_set/unordered_multiset/bucket.md
index a0ca6b0e2..b4c267861 100644
--- a/reference/unordered_set/unordered_multiset/bucket.md
+++ b/reference/unordered_set/unordered_multiset/bucket.md
@@ -43,8 +43,8 @@ constexpr size_type bucket(const K&amp;amp; k) const; // (2) C++26
 ## 備考
 - 指定したキーと等価な要素が格納されていない場合、そのキーを挿入した際に [`rehash`](rehash.md) が発生しなければ格納されるバケットのインデックス（添え字）が返る。
 - (2) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_multiset&amp;lt;string&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bucket -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_set/unordered_set/bucket.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_set/unordered_set/bucket.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_set/unordered_set/bucket.md b/reference/unordered_set/unordered_set/bucket.md
index 0f9bcdfac..425c6bed8 100644
--- a/reference/unordered_set/unordered_set/bucket.md
+++ b/reference/unordered_set/unordered_set/bucket.md
@@ -43,8 +43,8 @@ constexpr size_type bucket(const K&amp;amp; k) const; // (2) C++26
 ## 備考
 - 指定したキーと等価な要素が格納されていない場合、そのキーを挿入した際に [`rehash`](rehash.md) が発生しなければ格納されるバケットのインデックス（添え字）が返る。
 - (2) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_set&amp;lt;string&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>insert -- unordered_map, unordered_set : 透過的検索の備考を修正</title>
      <link href="https://cpprefjp.github.io/reference/unordered_set/unordered_set/insert.html"/>
      <id>0dcab61d1b13cff2f4689516b2e1d69ef3450088:reference/unordered_set/unordered_set/insert.md</id>
      <updated>2026-09-16T21:57:54+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_set/unordered_set/insert.md b/reference/unordered_set/unordered_set/insert.md
index 938cf7f47..fbef88af1 100644
--- a/reference/unordered_set/unordered_set/insert.md
+++ b/reference/unordered_set/unordered_set/insert.md
@@ -162,8 +162,8 @@ constexpr iterator
     - なお、後者の条件は「よりも小さい」となっているが、最大負荷率の定義からすると「以下」の方が適切と思われる。[`reserve`](reserve.md) も参照。
 - (9), (10) の場合、要素はコピーもムーブもされない。
 - (3), (6) :
-    - `is_transparent`は、標準ライブラリの[`std::less`](/reference/functional/less.md)、[`std::greater`](/reference/functional/greater.md)といった関数オブジェクトの、`void`に対する特殊化で定義される。それ以外のテンプレートパラメータで`is_transparent`が定義されないのは、互換性のためである。
-    - これらのオーバーロードは、`map&amp;lt;string, int&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
+    - `is_transparent`は、`Hash`と`Pred`の両方がメンバ型として持つ必要がある。`Pred`には`is_transparent`を定義する[`std::equal_to`](/reference/functional/equal_to.md)`&amp;lt;&amp;gt;`が使えるが、`Hash`には標準ライブラリに該当するものがないため、利用者が定義する必要がある。詳細は[`std::hash`](/reference/functional/hash.md)クラスのページを参照。
+    - これらのオーバーロードは、`unordered_set&amp;lt;string&amp;gt;`のようなコンテナに対し、検索操作で文字列リテラルを渡した際に、キー型の一時オブジェクトが生成されるコストを減らすためにある。
 
 
 ## 例
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>初期化 -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/array/array/op_initializer.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/array/array/op_initializer.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/array/array/op_initializer.md b/reference/array/array/op_initializer.md
index 5ae23f76b..9995d7343 100644
--- a/reference/array/array/op_initializer.md
+++ b/reference/array/array/op_initializer.md
@@ -56,5 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1) [mark verified], 2010 [mark verified], 2012 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>tuple_element -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/array/array/tuple_element.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/array/array/tuple_element.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/array/array/tuple_element.md b/reference/array/array/tuple_element.md
index 0163dad0f..d18af301f 100644
--- a/reference/array/array/tuple_element.md
+++ b/reference/array/array/tuple_element.md
@@ -63,6 +63,3 @@ int main()
 
 #### 備考
 GCC 4.7、およびVisual C++ 10.0の`array`に対する`tuple_element`の特殊化では、`I`の境界チェックがない。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/bitset/bitset/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/bitset/bitset/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/bitset/bitset/op_ostream.md b/reference/bitset/bitset/op_ostream.md
index 064fe77dd..814b1f743 100644
--- a/reference/bitset/bitset/op_ostream.md
+++ b/reference/bitset/bitset/op_ostream.md
@@ -48,6 +48,3 @@ int main()
 ```
 1010
 ```
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/condition_variable/condition_variable/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/condition_variable/condition_variable/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/condition_variable/condition_variable/native_handle.md b/reference/condition_variable/condition_variable/native_handle.md
index f0670317c..c3ef80b6d 100644
--- a/reference/condition_variable/condition_variable/native_handle.md
+++ b/reference/condition_variable/condition_variable/native_handle.md
@@ -53,5 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>condition_variable_any -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/condition_variable/condition_variable_any.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/condition_variable/condition_variable_any.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/condition_variable/condition_variable_any.md b/reference/condition_variable/condition_variable_any.md
index 91fdfae39..615f6209e 100644
--- a/reference/condition_variable/condition_variable_any.md
+++ b/reference/condition_variable/condition_variable_any.md
@@ -106,6 +106,3 @@ process data
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/condition_variable/condition_variable_any/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/condition_variable/condition_variable_any/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/condition_variable/condition_variable_any/op_destructor.md b/reference/condition_variable/condition_variable_any/op_destructor.md
index c67cb0c2e..e510f8d0e 100644
--- a/reference/condition_variable/condition_variable_any/op_destructor.md
+++ b/reference/condition_variable/condition_variable_any/op_destructor.md
@@ -40,6 +40,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>cv_status -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/condition_variable/cv_status.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/condition_variable/cv_status.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/condition_variable/cv_status.md b/reference/condition_variable/cv_status.md
index 9019f86d2..eb3268ce7 100644
--- a/reference/condition_variable/cv_status.md
+++ b/reference/condition_variable/cv_status.md
@@ -43,6 +43,3 @@ namespace std {
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 (partial) [mark verified], 2013 [mark verified]
 	- 2012までは、スコープ付き列挙体(`enum class`)に対応していないため、代わりに名前空間`std::cv_status`に`enum cv_status`を定義する形になっている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>get_terminate -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/exception/get_terminate.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/exception/get_terminate.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/exception/get_terminate.md b/reference/exception/get_terminate.md
index ea35e1ce6..6d8ee6a6f 100644
--- a/reference/exception/get_terminate.md
+++ b/reference/exception/get_terminate.md
@@ -60,6 +60,3 @@ on terminate
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.9.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>set_terminate -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/exception/set_terminate.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/exception/set_terminate.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/exception/set_terminate.md b/reference/exception/set_terminate.md
index f44fc2194..884316e64 100644
--- a/reference/exception/set_terminate.md
+++ b/reference/exception/set_terminate.md
@@ -54,5 +54,3 @@ my terminate handler
 This application has requested the Runtime to terminate it in an unusual way.
 Please contact the application&amp;#39;s support team for more information.
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>uses_allocator -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/flat_map/flat_map/uses_allocator.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/flat_map/flat_map/uses_allocator.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/flat_map/flat_map/uses_allocator.md b/reference/flat_map/flat_map/uses_allocator.md
index 2bea22459..1dc893677 100644
--- a/reference/flat_map/flat_map/uses_allocator.md
+++ b/reference/flat_map/flat_map/uses_allocator.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>uses_allocator -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/flat_map/flat_multimap/uses_allocator.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/flat_map/flat_multimap/uses_allocator.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/flat_map/flat_multimap/uses_allocator.md b/reference/flat_map/flat_multimap/uses_allocator.md
index 445702d92..9bedaf88f 100644
--- a/reference/flat_map/flat_multimap/uses_allocator.md
+++ b/reference/flat_map/flat_multimap/uses_allocator.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>uses_allocator -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/flat_set/flat_multiset/uses_allocator.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/flat_set/flat_multiset/uses_allocator.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/flat_set/flat_multiset/uses_allocator.md b/reference/flat_set/flat_multiset/uses_allocator.md
index 5fb893711..edf80436a 100644
--- a/reference/flat_set/flat_multiset/uses_allocator.md
+++ b/reference/flat_set/flat_multiset/uses_allocator.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>uses_allocator -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/flat_set/flat_set/uses_allocator.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/flat_set/flat_set/uses_allocator.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/flat_set/flat_set/uses_allocator.md b/reference/flat_set/flat_set/uses_allocator.md
index 76b0c46f8..d2491007f 100644
--- a/reference/flat_set/flat_set/uses_allocator.md
+++ b/reference/flat_set/flat_set/uses_allocator.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bad_function_call -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/bad_function_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/bad_function_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/bad_function_call.md b/reference/functional/bad_function_call.md
index 69b356768..d5327d245 100644
--- a/reference/functional/bad_function_call.md
+++ b/reference/functional/bad_function_call.md
@@ -49,6 +49,3 @@ bad function call
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.4 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-### 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator bool -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/function/op_bool.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/function/op_bool.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/function/op_bool.md b/reference/functional/function/op_bool.md
index 7f0a22434..6d3853103 100644
--- a/reference/functional/function/op_bool.md
+++ b/reference/functional/function/op_bool.md
@@ -52,6 +52,3 @@ not empty
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.3.6 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/function/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/function/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/function/op_destructor.md b/reference/functional/function/op_destructor.md
index 2bdfbb51b..7c5d341bd 100644
--- a/reference/functional/function/op_destructor.md
+++ b/reference/functional/function/op_destructor.md
@@ -26,6 +26,3 @@
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.3.6 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/function/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/function/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/function/swap.md b/reference/functional/function/swap.md
index 79ff22561..b8223b3cd 100644
--- a/reference/functional/function/swap.md
+++ b/reference/functional/function/swap.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.3.6 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>target_type -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/function/target_type.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/function/target_type.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/function/target_type.md b/reference/functional/function/target_type.md
index 6ab724a8e..fe2917dd6 100644
--- a/reference/functional/function/target_type.md
+++ b/reference/functional/function/target_type.md
@@ -57,6 +57,3 @@ f has ident
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.3.6 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>get -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/reference_wrapper/get.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/reference_wrapper/get.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/reference_wrapper/get.md b/reference/functional/reference_wrapper/get.md
index 3039e4b3d..a0086b1a5 100644
--- a/reference/functional/reference_wrapper/get.md
+++ b/reference/functional/reference_wrapper/get.md
@@ -54,5 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/reference_wrapper/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/reference_wrapper/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/reference_wrapper/op_assign.md b/reference/functional/reference_wrapper/op_assign.md
index 7800b5f3f..7a84e0807 100644
--- a/reference/functional/reference_wrapper/op_assign.md
+++ b/reference/functional/reference_wrapper/op_assign.md
@@ -59,6 +59,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator T&amp; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/functional/reference_wrapper/op_cast_ref_t.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/functional/reference_wrapper/op_cast_ref_t.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/reference_wrapper/op_cast_ref_t.md b/reference/functional/reference_wrapper/op_cast_ref_t.md
index 13a9b82bf..859586215 100644
--- a/reference/functional/reference_wrapper/op_cast_ref_t.md
+++ b/reference/functional/reference_wrapper/op_cast_ref_t.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/future/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/future/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/future/op_constructor.md b/reference/future/future/op_constructor.md
index 9117c5016..485d50e83 100644
--- a/reference/future/future/op_constructor.md
+++ b/reference/future/future/op_constructor.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>valid -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/future/valid.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/future/valid.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/future/valid.md b/reference/future/future/valid.md
index 66dd715c2..1cc73f91a 100644
--- a/reference/future/future/valid.md
+++ b/reference/future/future/valid.md
@@ -63,6 +63,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>wait -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/future/wait.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/future/wait.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/future/wait.md b/reference/future/future/wait.md
index 8b338bbb3..90b9eae6c 100644
--- a/reference/future/future/wait.md
+++ b/reference/future/future/wait.md
@@ -75,6 +75,3 @@ int main()
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
 	- 2012段階の`std::thread`クラスは、コンストラクタに引数をムーブで渡すことができない。そのため、`promise`オブジェクトはスレッド間の共有オブジェクトにする必要がある。(所有権が曖昧になるため、スタイルとしてはよくない)
 		[#737812 - std::thread does not accept std::move](https://connect.microsoft.com/VisualStudio/feedback/details/737812)
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>future_category -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/future_category.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/future_category.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/future_category.md b/reference/future/future_category.md
index c4da9cc53..6804295b6 100644
--- a/reference/future/future_category.md
+++ b/reference/future/future_category.md
@@ -64,6 +64,3 @@ Broken promise
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>future_status -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/future_status.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/future_status.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/future_status.md b/reference/future/future_status.md
index e4f4cb2f8..48482f3a2 100644
--- a/reference/future/future_status.md
+++ b/reference/future/future_status.md
@@ -32,6 +32,3 @@ namespace std {
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>is_error_code_enum -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/is_error_code_enum.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/is_error_code_enum.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/is_error_code_enum.md b/reference/future/is_error_code_enum.md
index 349d7387b..aa7af514c 100644
--- a/reference/future/is_error_code_enum.md
+++ b/reference/future/is_error_code_enum.md
@@ -49,6 +49,3 @@ Broken promise
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>make_error_code -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/make_error_code.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/make_error_code.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/make_error_code.md b/reference/future/make_error_code.md
index a54a3c681..7db677b02 100644
--- a/reference/future/make_error_code.md
+++ b/reference/future/make_error_code.md
@@ -60,6 +60,3 @@ message : Broken promise
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>make_error_condition -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/make_error_condition.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/make_error_condition.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/make_error_condition.md b/reference/future/make_error_condition.md
index deaaf76c4..82b05b600 100644
--- a/reference/future/make_error_condition.md
+++ b/reference/future/make_error_condition.md
@@ -62,6 +62,3 @@ message : Broken promise
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/packaged_task/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/packaged_task/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/packaged_task/op_destructor.md b/reference/future/packaged_task/op_destructor.md
index a5af3a0a9..a576985a7 100644
--- a/reference/future/packaged_task/op_destructor.md
+++ b/reference/future/packaged_task/op_destructor.md
@@ -33,6 +33,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/packaged_task/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/packaged_task/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/packaged_task/swap.md b/reference/future/packaged_task/swap.md
index 02796f449..b8d181bbf 100644
--- a/reference/future/packaged_task/swap.md
+++ b/reference/future/packaged_task/swap.md
@@ -69,6 +69,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap (非メンバ関数) -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/packaged_task/swap_free.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/packaged_task/swap_free.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/packaged_task/swap_free.md b/reference/future/packaged_task/swap_free.md
index a89550a46..f3cc647fa 100644
--- a/reference/future/packaged_task/swap_free.md
+++ b/reference/future/packaged_task/swap_free.md
@@ -71,6 +71,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>valid -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/packaged_task/valid.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/packaged_task/valid.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/packaged_task/valid.md b/reference/future/packaged_task/valid.md
index 63178de0a..5434b015a 100644
--- a/reference/future/packaged_task/valid.md
+++ b/reference/future/packaged_task/valid.md
@@ -57,6 +57,3 @@ true
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/promise/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/promise/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/promise/op_constructor.md b/reference/future/promise/op_constructor.md
index c3ad1fdc0..74c0a2881 100644
--- a/reference/future/promise/op_constructor.md
+++ b/reference/future/promise/op_constructor.md
@@ -70,6 +70,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/promise/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/promise/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/promise/op_destructor.md b/reference/future/promise/op_destructor.md
index daf012738..2fdcc2689 100644
--- a/reference/future/promise/op_destructor.md
+++ b/reference/future/promise/op_destructor.md
@@ -67,6 +67,3 @@ std::future_error: Broken promise
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/promise/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/promise/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/promise/swap.md b/reference/future/promise/swap.md
index 373b33d00..ac89a0dfd 100644
--- a/reference/future/promise/swap.md
+++ b/reference/future/promise/swap.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap (非メンバ関数) -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/promise/swap_free.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/promise/swap_free.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/promise/swap_free.md b/reference/future/promise/swap_free.md
index 43a02f768..dd4704c2b 100644
--- a/reference/future/promise/swap_free.md
+++ b/reference/future/promise/swap_free.md
@@ -72,6 +72,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>get -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/shared_future/get.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/shared_future/get.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/shared_future/get.md b/reference/future/shared_future/get.md
index c580e9f48..c5fb0e4bd 100644
--- a/reference/future/shared_future/get.md
+++ b/reference/future/shared_future/get.md
@@ -167,6 +167,3 @@ thread:1 sum:40
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/shared_future/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/shared_future/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/shared_future/op_constructor.md b/reference/future/shared_future/op_constructor.md
index 94d449077..b4239b0ed 100644
--- a/reference/future/shared_future/op_constructor.md
+++ b/reference/future/shared_future/op_constructor.md
@@ -93,6 +93,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>valid -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/shared_future/valid.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/shared_future/valid.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/shared_future/valid.md b/reference/future/shared_future/valid.md
index cf2ba617f..30101c98d 100644
--- a/reference/future/shared_future/valid.md
+++ b/reference/future/shared_future/valid.md
@@ -55,6 +55,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>wait -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/future/shared_future/wait.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/future/shared_future/wait.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/future/shared_future/wait.md b/reference/future/shared_future/wait.md
index e2bf03e7e..ec76bed03 100644
--- a/reference/future/shared_future/wait.md
+++ b/reference/future/shared_future/wait.md
@@ -71,6 +71,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>is_error_code_enum -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/ios/is_error_code_enum.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/ios/is_error_code_enum.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ios/is_error_code_enum.md b/reference/ios/is_error_code_enum.md
index 11fa47539..d01d9ad73 100644
--- a/reference/ios/is_error_code_enum.md
+++ b/reference/ios/is_error_code_enum.md
@@ -47,6 +47,3 @@ iostream stream error
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>ws -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/istream/ws.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/istream/ws.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/istream/ws.md b/reference/istream/ws.md
index 7e59b2c56..c647bf73d 100644
--- a/reference/istream/ws.md
+++ b/reference/istream/ws.md
@@ -58,5 +58,3 @@ int main() {
 ## バージョン
 ### 言語
 - C++98
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator-&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istream_iterator/op_arrow.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istream_iterator/op_arrow.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istream_iterator/op_arrow.md b/reference/iterator/istream_iterator/op_arrow.md
index cc16152f1..678d13ebe 100644
--- a/reference/iterator/istream_iterator/op_arrow.md
+++ b/reference/iterator/istream_iterator/op_arrow.md
@@ -51,5 +51,3 @@ int main()
 2
 3
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator* -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istream_iterator/op_deref.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istream_iterator/op_deref.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istream_iterator/op_deref.md b/reference/iterator/istream_iterator/op_deref.md
index b06cd3930..8f7c74897 100644
--- a/reference/iterator/istream_iterator/op_deref.md
+++ b/reference/iterator/istream_iterator/op_deref.md
@@ -52,5 +52,3 @@ int main()
 2
 3
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istream_iterator/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istream_iterator/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istream_iterator/op_equal.md b/reference/iterator/istream_iterator/op_equal.md
index 71f182e95..1f6463946 100644
--- a/reference/iterator/istream_iterator/op_equal.md
+++ b/reference/iterator/istream_iterator/op_equal.md
@@ -72,5 +72,3 @@ it1 == it2 : true
 it1 == last : false
 it1 == last : true
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator* -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istreambuf_iterator/op_deref.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istreambuf_iterator/op_deref.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istreambuf_iterator/op_deref.md b/reference/iterator/istreambuf_iterator/op_deref.md
index 46f45b5a5..892b1d0c5 100644
--- a/reference/iterator/istreambuf_iterator/op_deref.md
+++ b/reference/iterator/istreambuf_iterator/op_deref.md
@@ -39,5 +39,3 @@ int main()
 ```
 1
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istreambuf_iterator/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istreambuf_iterator/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istreambuf_iterator/op_equal.md b/reference/iterator/istreambuf_iterator/op_equal.md
index ea2cebea0..ec0ee8a31 100644
--- a/reference/iterator/istreambuf_iterator/op_equal.md
+++ b/reference/iterator/istreambuf_iterator/op_equal.md
@@ -75,5 +75,3 @@ int main()
 equal
 equal
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator++ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/istreambuf_iterator/op_increment.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/istreambuf_iterator/op_increment.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/istreambuf_iterator/op_increment.md b/reference/iterator/istreambuf_iterator/op_increment.md
index b76202e24..691e57cf0 100644
--- a/reference/iterator/istreambuf_iterator/op_increment.md
+++ b/reference/iterator/istreambuf_iterator/op_increment.md
@@ -55,5 +55,3 @@ int main()
 2
 3
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>ostream_iterator -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostream_iterator.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostream_iterator.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostream_iterator.md b/reference/iterator/ostream_iterator.md
index 70743ad8c..c9231269e 100644
--- a/reference/iterator/ostream_iterator.md
+++ b/reference/iterator/ostream_iterator.md
@@ -68,5 +68,3 @@ int main()
 ```
 1,2,3,
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostream_iterator/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostream_iterator/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostream_iterator/op_assign.md b/reference/iterator/ostream_iterator/op_assign.md
index d5ac91ada..84d7e6bec 100644
--- a/reference/iterator/ostream_iterator/op_assign.md
+++ b/reference/iterator/ostream_iterator/op_assign.md
@@ -30,5 +30,3 @@ return *this;
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator* -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostream_iterator/op_deref.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostream_iterator/op_deref.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostream_iterator/op_deref.md b/reference/iterator/ostream_iterator/op_deref.md
index 75806eb8f..ff48ca91e 100644
--- a/reference/iterator/ostream_iterator/op_deref.md
+++ b/reference/iterator/ostream_iterator/op_deref.md
@@ -27,5 +27,3 @@ ostream_iterator&amp;amp; operator*();
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator++ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostream_iterator/op_increment.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostream_iterator/op_increment.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostream_iterator/op_increment.md b/reference/iterator/ostream_iterator/op_increment.md
index 0f8327ee1..90891b318 100644
--- a/reference/iterator/ostream_iterator/op_increment.md
+++ b/reference/iterator/ostream_iterator/op_increment.md
@@ -26,5 +26,3 @@ ostream_iterator&amp;amp; operator++(int); // (2) C++98
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>failed -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostreambuf_iterator/failed.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostreambuf_iterator/failed.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostreambuf_iterator/failed.md b/reference/iterator/ostreambuf_iterator/failed.md
index d2efc64d9..68e656c7f 100644
--- a/reference/iterator/ostreambuf_iterator/failed.md
+++ b/reference/iterator/ostreambuf_iterator/failed.md
@@ -24,5 +24,3 @@ bool failed() const noexcept;   // (1) C++11
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostreambuf_iterator/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostreambuf_iterator/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostreambuf_iterator/op_assign.md b/reference/iterator/ostreambuf_iterator/op_assign.md
index e260e963f..26be8e890 100644
--- a/reference/iterator/ostreambuf_iterator/op_assign.md
+++ b/reference/iterator/ostreambuf_iterator/op_assign.md
@@ -28,5 +28,3 @@ ostreambuf_iterator&amp;amp; operator=(CharT c);
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator* -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostreambuf_iterator/op_deref.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostreambuf_iterator/op_deref.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostreambuf_iterator/op_deref.md b/reference/iterator/ostreambuf_iterator/op_deref.md
index db040eded..52ae2f691 100644
--- a/reference/iterator/ostreambuf_iterator/op_deref.md
+++ b/reference/iterator/ostreambuf_iterator/op_deref.md
@@ -27,5 +27,3 @@ ostreambuf_iterator&amp;amp; operator*();
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator++ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/iterator/ostreambuf_iterator/op_increment.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/iterator/ostreambuf_iterator/op_increment.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/iterator/ostreambuf_iterator/op_increment.md b/reference/iterator/ostreambuf_iterator/op_increment.md
index 8f3606b2e..b12bb30b8 100644
--- a/reference/iterator/ostreambuf_iterator/op_increment.md
+++ b/reference/iterator/ostreambuf_iterator/op_increment.md
@@ -26,5 +26,3 @@ ostreambuf_iterator&amp;amp; operator++(int); // (2) C++98
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>locale -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/locale/locale.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/locale/locale.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/locale/locale.md b/reference/locale/locale.md
index 49370f7f0..30eb81874 100644
--- a/reference/locale/locale.md
+++ b/reference/locale/locale.md
@@ -186,6 +186,3 @@ int main()
 - [`use_facet`](use_facet.md)
 - [`has_facet`](has_facet.md)
 - [`locale::facet`](locale/facet.md)
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>facet -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/locale/locale/facet.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/locale/locale/facet.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/locale/locale/facet.md b/reference/locale/locale/facet.md
index db46602e9..f7ad89d5b 100644
--- a/reference/locale/locale/facet.md
+++ b/reference/locale/locale/facet.md
@@ -28,5 +28,3 @@ namespace std {
 ### 出力
 ```
 ```
-
-### 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>id -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/locale/locale/id.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/locale/locale/id.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/locale/locale/id.md b/reference/locale/locale/id.md
index 03fc22767..024f7e7ec 100644
--- a/reference/locale/locale/id.md
+++ b/reference/locale/locale/id.md
@@ -28,5 +28,3 @@ namespace std {
 ### 出力
 ```
 ```
-
-### 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>tolower -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/locale/tolower.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/locale/tolower.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/locale/tolower.md b/reference/locale/tolower.md
index d64d4d85c..380ccd33e 100644
--- a/reference/locale/tolower.md
+++ b/reference/locale/tolower.md
@@ -62,5 +62,3 @@ template&amp;lt;class charT&amp;gt; charT tolower(charT c, const locale&amp;amp; loc)
   return std::use_facet&amp;lt;std::ctype&amp;lt;charT&amp;gt;&amp;gt;(loc).tolower(c);
 }
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>toupper -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/locale/toupper.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/locale/toupper.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/locale/toupper.md b/reference/locale/toupper.md
index 0eb861376..2927a124b 100644
--- a/reference/locale/toupper.md
+++ b/reference/locale/toupper.md
@@ -61,5 +61,3 @@ template&amp;lt;class charT&amp;gt; charT toupper(charT c, const locale&amp;amp; loc)
   return std::use_facet&amp;lt;std::ctype&amp;lt;charT&amp;gt;&amp;gt;(loc).toupper(c);
 }
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>align -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/memory/align.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/memory/align.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/memory/align.md b/reference/memory/align.md
index d45b7c179..afb8a955e 100644
--- a/reference/memory/align.md
+++ b/reference/memory/align.md
@@ -62,6 +62,3 @@ int main()
 - [GCC](/implementation.md#gcc): 5.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified]
     - 2012はマニュアル（MSDNライブラリ）に記載がないものの、実装されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bad_weak_ptr -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/memory/bad_weak_ptr.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/memory/bad_weak_ptr.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/memory/bad_weak_ptr.md b/reference/memory/bad_weak_ptr.md
index 05d0ebf84..63c7a63a6 100644
--- a/reference/memory/bad_weak_ptr.md
+++ b/reference/memory/bad_weak_ptr.md
@@ -61,5 +61,3 @@ bad_weak_ptr
 - [GCC](/implementation.md#gcc): 4.4 [mark verified], 4.7.2(what()が&amp;#34;std::bad_weak_ptr&amp;#34;を返すので規格違反。バグ報告済み: [#55847](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55847)。4.7.3で修正されている。) [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2008 (TR1) [mark verified], 2010 [mark verified], 2012 [mark verified], 2013 [mark verified]
     - 2010までは`what()`が`&amp;#34;tr1::bad_weak_ptr&amp;#34;`を返す。
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/lock_guard/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/lock_guard/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/lock_guard/op_constructor.md b/reference/mutex/lock_guard/op_constructor.md
index 48652fc1f..36579b1e2 100644
--- a/reference/mutex/lock_guard/op_constructor.md
+++ b/reference/mutex/lock_guard/op_constructor.md
@@ -68,6 +68,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012はコピーコンストラクタのdeleteに対応していないため、代わりにprivateで宣言のみ行う手法で代用されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/lock_guard/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/lock_guard/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/lock_guard/op_destructor.md b/reference/mutex/lock_guard/op_destructor.md
index 0ee430aed..7ef3ad973 100644
--- a/reference/mutex/lock_guard/op_destructor.md
+++ b/reference/mutex/lock_guard/op_destructor.md
@@ -29,6 +29,3 @@ m.unlock();
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/mutex/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/mutex/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/mutex/native_handle.md b/reference/mutex/mutex/native_handle.md
index f18377231..5d3a7ab87 100644
--- a/reference/mutex/mutex/native_handle.md
+++ b/reference/mutex/mutex/native_handle.md
@@ -60,6 +60,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/mutex/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/mutex/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/mutex/op_destructor.md b/reference/mutex/mutex/op_destructor.md
index f6208583e..e9c447de9 100644
--- a/reference/mutex/mutex/op_destructor.md
+++ b/reference/mutex/mutex/op_destructor.md
@@ -21,6 +21,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/mutex/try_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/mutex/try_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/mutex/try_lock.md b/reference/mutex/mutex/try_lock.md
index a335f0d01..cca49b914 100644
--- a/reference/mutex/mutex/try_lock.md
+++ b/reference/mutex/mutex/try_lock.md
@@ -85,6 +85,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>once_flag -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/once_flag.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/once_flag.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/once_flag.md b/reference/mutex/once_flag.md
index c88c1beb6..7f45ac391 100644
--- a/reference/mutex/once_flag.md
+++ b/reference/mutex/once_flag.md
@@ -69,6 +69,3 @@ initialize
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/once_flag/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/once_flag/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/once_flag/op_constructor.md b/reference/mutex/once_flag/op_constructor.md
index f95b8da9b..b39370ef0 100644
--- a/reference/mutex/once_flag/op_constructor.md
+++ b/reference/mutex/once_flag/op_constructor.md
@@ -38,6 +38,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012はコピーコンストラクタのdeleteに対応していないため、代わりにprivateで宣言のみ行う手法で代用されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>recursive_mutex -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex.md b/reference/mutex/recursive_mutex.md
index 1eaf87fc7..351639ee2 100644
--- a/reference/mutex/recursive_mutex.md
+++ b/reference/mutex/recursive_mutex.md
@@ -101,6 +101,3 @@ count == 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex/native_handle.md b/reference/mutex/recursive_mutex/native_handle.md
index ad6f10100..43fe6dd37 100644
--- a/reference/mutex/recursive_mutex/native_handle.md
+++ b/reference/mutex/recursive_mutex/native_handle.md
@@ -59,6 +59,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex/op_constructor.md b/reference/mutex/recursive_mutex/op_constructor.md
index b06d004d8..ec1a9b7e5 100644
--- a/reference/mutex/recursive_mutex/op_constructor.md
+++ b/reference/mutex/recursive_mutex/op_constructor.md
@@ -52,6 +52,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012はコピーコンストラクタのdeleteに対応していないため、代わりにprivateで宣言のみ行う手法で代用されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex/op_destructor.md b/reference/mutex/recursive_mutex/op_destructor.md
index 40455398e..29ed9f8d1 100644
--- a/reference/mutex/recursive_mutex/op_destructor.md
+++ b/reference/mutex/recursive_mutex/op_destructor.md
@@ -21,6 +21,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex/try_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex/try_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex/try_lock.md b/reference/mutex/recursive_mutex/try_lock.md
index 41681d878..a1b9fcf6e 100644
--- a/reference/mutex/recursive_mutex/try_lock.md
+++ b/reference/mutex/recursive_mutex/try_lock.md
@@ -108,6 +108,3 @@ count == 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>unlock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_mutex/unlock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_mutex/unlock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_mutex/unlock.md b/reference/mutex/recursive_mutex/unlock.md
index d60a67a78..3a87785df 100644
--- a/reference/mutex/recursive_mutex/unlock.md
+++ b/reference/mutex/recursive_mutex/unlock.md
@@ -105,6 +105,3 @@ count == 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>recursive_timed_mutex -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex.md b/reference/mutex/recursive_timed_mutex.md
index 9d39517b0..5aa92cd93 100644
--- a/reference/mutex/recursive_timed_mutex.md
+++ b/reference/mutex/recursive_timed_mutex.md
@@ -128,5 +128,3 @@ count == 2
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012, 2013は、(2)での実引数の受け渡しにムーブを使用しない問題がある。上記の例でも、`std::unique_ptr&amp;lt;int&amp;gt;`の実引数でコンパイルエラーになる。
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex/native_handle.md b/reference/mutex/recursive_timed_mutex/native_handle.md
index 09e457f25..cd49cebbf 100644
--- a/reference/mutex/recursive_timed_mutex/native_handle.md
+++ b/reference/mutex/recursive_timed_mutex/native_handle.md
@@ -60,6 +60,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex/op_constructor.md b/reference/mutex/recursive_timed_mutex/op_constructor.md
index 82ebdede6..67fa0af4a 100644
--- a/reference/mutex/recursive_timed_mutex/op_constructor.md
+++ b/reference/mutex/recursive_timed_mutex/op_constructor.md
@@ -52,6 +52,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012はコピーコンストラクタのdeleteに対応していないため、代わりにprivateで宣言のみ行う手法で代用されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex/op_destructor.md b/reference/mutex/recursive_timed_mutex/op_destructor.md
index 112558b00..f56d18d6f 100644
--- a/reference/mutex/recursive_timed_mutex/op_destructor.md
+++ b/reference/mutex/recursive_timed_mutex/op_destructor.md
@@ -21,6 +21,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex/try_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex/try_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex/try_lock.md b/reference/mutex/recursive_timed_mutex/try_lock.md
index 44b0d7ea0..6c5fb4c35 100644
--- a/reference/mutex/recursive_timed_mutex/try_lock.md
+++ b/reference/mutex/recursive_timed_mutex/try_lock.md
@@ -104,6 +104,3 @@ count == 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>unlock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/recursive_timed_mutex/unlock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/recursive_timed_mutex/unlock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/recursive_timed_mutex/unlock.md b/reference/mutex/recursive_timed_mutex/unlock.md
index d2ebe3a5e..9dfca9654 100644
--- a/reference/mutex/recursive_timed_mutex/unlock.md
+++ b/reference/mutex/recursive_timed_mutex/unlock.md
@@ -98,6 +98,3 @@ count == 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/timed_mutex/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/timed_mutex/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/timed_mutex/native_handle.md b/reference/mutex/timed_mutex/native_handle.md
index fbba1ef78..7fb521910 100644
--- a/reference/mutex/timed_mutex/native_handle.md
+++ b/reference/mutex/timed_mutex/native_handle.md
@@ -59,6 +59,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/timed_mutex/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/timed_mutex/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/timed_mutex/op_constructor.md b/reference/mutex/timed_mutex/op_constructor.md
index 39ee146ca..ccba7ede8 100644
--- a/reference/mutex/timed_mutex/op_constructor.md
+++ b/reference/mutex/timed_mutex/op_constructor.md
@@ -48,6 +48,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012はコピーコンストラクタのdeleteに対応していないため、代わりにprivateで宣言のみ行う手法で代用されている。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/timed_mutex/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/timed_mutex/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/timed_mutex/op_destructor.md b/reference/mutex/timed_mutex/op_destructor.md
index d18d051e8..d738dbe57 100644
--- a/reference/mutex/timed_mutex/op_destructor.md
+++ b/reference/mutex/timed_mutex/op_destructor.md
@@ -21,6 +21,3 @@
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/timed_mutex/try_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/timed_mutex/try_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/timed_mutex/try_lock.md b/reference/mutex/timed_mutex/try_lock.md
index aa236b8a3..732f1ac10 100644
--- a/reference/mutex/timed_mutex/try_lock.md
+++ b/reference/mutex/timed_mutex/try_lock.md
@@ -87,6 +87,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>unlock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/timed_mutex/unlock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/timed_mutex/unlock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/timed_mutex/unlock.md b/reference/mutex/timed_mutex/unlock.md
index 74851bd3a..21b651bd7 100644
--- a/reference/mutex/timed_mutex/unlock.md
+++ b/reference/mutex/timed_mutex/unlock.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>mutex -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/mutex.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/mutex.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/mutex.md b/reference/mutex/unique_lock/mutex.md
index 7640157d0..d6b94bf56 100644
--- a/reference/mutex/unique_lock/mutex.md
+++ b/reference/mutex/unique_lock/mutex.md
@@ -59,6 +59,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator bool -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/op_bool.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/op_bool.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/op_bool.md b/reference/mutex/unique_lock/op_bool.md
index 00a9793cd..48000acb4 100644
--- a/reference/mutex/unique_lock/op_bool.md
+++ b/reference/mutex/unique_lock/op_bool.md
@@ -84,6 +84,3 @@ locked
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/op_destructor.md b/reference/mutex/unique_lock/op_destructor.md
index c9e69315f..5441b43be 100644
--- a/reference/mutex/unique_lock/op_destructor.md
+++ b/reference/mutex/unique_lock/op_destructor.md
@@ -32,6 +32,3 @@ if (owns_lock()) {
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>owns_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/owns_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/owns_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/owns_lock.md b/reference/mutex/unique_lock/owns_lock.md
index a7fb07b71..aa17d495c 100644
--- a/reference/mutex/unique_lock/owns_lock.md
+++ b/reference/mutex/unique_lock/owns_lock.md
@@ -66,6 +66,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/swap.md b/reference/mutex/unique_lock/swap.md
index 4e7da58eb..ca514ce17 100644
--- a/reference/mutex/unique_lock/swap.md
+++ b/reference/mutex/unique_lock/swap.md
@@ -56,6 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap (非メンバ関数) -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/swap_free.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/swap_free.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/swap_free.md b/reference/mutex/unique_lock/swap_free.md
index fc633bf38..c31b5a7db 100644
--- a/reference/mutex/unique_lock/swap_free.md
+++ b/reference/mutex/unique_lock/swap_free.md
@@ -61,6 +61,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/try_lock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/try_lock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/try_lock.md b/reference/mutex/unique_lock/try_lock.md
index 46e2e334b..124f75399 100644
--- a/reference/mutex/unique_lock/try_lock.md
+++ b/reference/mutex/unique_lock/try_lock.md
@@ -99,6 +99,3 @@ terminate called after throwing an instance of &amp;#39;std::system_error&amp;#39;
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012, 2013は、例外の節で説明している`system_error`を投げる処理が実装されていない。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock_for -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/try_lock_for.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/try_lock_for.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/try_lock_for.md b/reference/mutex/unique_lock/try_lock_for.md
index e5e5fae16..e634f60c3 100644
--- a/reference/mutex/unique_lock/try_lock_for.md
+++ b/reference/mutex/unique_lock/try_lock_for.md
@@ -100,6 +100,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012, 2013は、例外の節で説明している`system_error`を投げる処理が実装されていない。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>try_lock_until -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/try_lock_until.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/try_lock_until.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/try_lock_until.md b/reference/mutex/unique_lock/try_lock_until.md
index 6eb81fd92..beb1c196b 100644
--- a/reference/mutex/unique_lock/try_lock_until.md
+++ b/reference/mutex/unique_lock/try_lock_until.md
@@ -107,6 +107,3 @@ int main()
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
     - 2012, 2013は、例外の節で説明している`system_error`を投げる処理が実装されていない。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>unlock -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/mutex/unique_lock/unlock.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/mutex/unique_lock/unlock.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mutex/unique_lock/unlock.md b/reference/mutex/unique_lock/unlock.md
index 18f2a0377..cb6106fd0 100644
--- a/reference/mutex/unique_lock/unlock.md
+++ b/reference/mutex/unique_lock/unlock.md
@@ -82,6 +82,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/max.md b/reference/random/bernoulli_distribution/max.md
index fd523605c..0dab64aa4 100644
--- a/reference/random/bernoulli_distribution/max.md
+++ b/reference/random/bernoulli_distribution/max.md
@@ -45,6 +45,3 @@ true
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/min.md b/reference/random/bernoulli_distribution/min.md
index 1c299e1ed..4355a86ea 100644
--- a/reference/random/bernoulli_distribution/min.md
+++ b/reference/random/bernoulli_distribution/min.md
@@ -45,6 +45,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/op_equal.md b/reference/random/bernoulli_distribution/op_equal.md
index cc2e70d40..a4e741956 100644
--- a/reference/random/bernoulli_distribution/op_equal.md
+++ b/reference/random/bernoulli_distribution/op_equal.md
@@ -56,6 +56,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/op_istream.md b/reference/random/bernoulli_distribution/op_istream.md
index 101a7f7bf..e6da82045 100644
--- a/reference/random/bernoulli_distribution/op_istream.md
+++ b/reference/random/bernoulli_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/op_not_equal.md b/reference/random/bernoulli_distribution/op_not_equal.md
index 79009635b..0e08c9866 100644
--- a/reference/random/bernoulli_distribution/op_not_equal.md
+++ b/reference/random/bernoulli_distribution/op_not_equal.md
@@ -56,6 +56,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/op_ostream.md b/reference/random/bernoulli_distribution/op_ostream.md
index 2533a0762..3e029ff6f 100644
--- a/reference/random/bernoulli_distribution/op_ostream.md
+++ b/reference/random/bernoulli_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>p -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/p.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/p.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/p.md b/reference/random/bernoulli_distribution/p.md
index 187dc353e..5238c6f77 100644
--- a/reference/random/bernoulli_distribution/p.md
+++ b/reference/random/bernoulli_distribution/p.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/param.md b/reference/random/bernoulli_distribution/param.md
index c13386464..63c5fe0e7 100644
--- a/reference/random/bernoulli_distribution/param.md
+++ b/reference/random/bernoulli_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/bernoulli_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/bernoulli_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/bernoulli_distribution/reset.md b/reference/random/bernoulli_distribution/reset.md
index dd6e86d23..54f479c76 100644
--- a/reference/random/bernoulli_distribution/reset.md
+++ b/reference/random/bernoulli_distribution/reset.md
@@ -65,6 +65,3 @@ true
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/max.md b/reference/random/binomial_distribution/max.md
index eebf06f9b..c0b127029 100644
--- a/reference/random/binomial_distribution/max.md
+++ b/reference/random/binomial_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/min.md b/reference/random/binomial_distribution/min.md
index f440e6e3e..e7085b6f5 100644
--- a/reference/random/binomial_distribution/min.md
+++ b/reference/random/binomial_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/op_equal.md b/reference/random/binomial_distribution/op_equal.md
index 59f85542d..21002e8c3 100644
--- a/reference/random/binomial_distribution/op_equal.md
+++ b/reference/random/binomial_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/op_istream.md b/reference/random/binomial_distribution/op_istream.md
index 277f49154..e912b3cd1 100644
--- a/reference/random/binomial_distribution/op_istream.md
+++ b/reference/random/binomial_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/op_not_equal.md b/reference/random/binomial_distribution/op_not_equal.md
index 4c486c822..76cfeb326 100644
--- a/reference/random/binomial_distribution/op_not_equal.md
+++ b/reference/random/binomial_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/op_ostream.md b/reference/random/binomial_distribution/op_ostream.md
index b6d203772..3d43ef43f 100644
--- a/reference/random/binomial_distribution/op_ostream.md
+++ b/reference/random/binomial_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>p -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/p.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/p.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/p.md b/reference/random/binomial_distribution/p.md
index 3551dc997..8b8ccdfad 100644
--- a/reference/random/binomial_distribution/p.md
+++ b/reference/random/binomial_distribution/p.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/param.md b/reference/random/binomial_distribution/param.md
index 47a7f1735..0ec7d9eb6 100644
--- a/reference/random/binomial_distribution/param.md
+++ b/reference/random/binomial_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/reset.md b/reference/random/binomial_distribution/reset.md
index 46f8f696b..b1d211c7f 100644
--- a/reference/random/binomial_distribution/reset.md
+++ b/reference/random/binomial_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>t -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/binomial_distribution/t.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/binomial_distribution/t.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/binomial_distribution/t.md b/reference/random/binomial_distribution/t.md
index ce191db58..93d18c933 100644
--- a/reference/random/binomial_distribution/t.md
+++ b/reference/random/binomial_distribution/t.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>a -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/a.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/a.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/a.md b/reference/random/cauchy_distribution/a.md
index 6b24af294..b8bddeb5b 100644
--- a/reference/random/cauchy_distribution/a.md
+++ b/reference/random/cauchy_distribution/a.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>b -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/b.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/b.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/b.md b/reference/random/cauchy_distribution/b.md
index ce75e0282..9ffa97456 100644
--- a/reference/random/cauchy_distribution/b.md
+++ b/reference/random/cauchy_distribution/b.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/max.md b/reference/random/cauchy_distribution/max.md
index 81caa3443..e11a4cf80 100644
--- a/reference/random/cauchy_distribution/max.md
+++ b/reference/random/cauchy_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/min.md b/reference/random/cauchy_distribution/min.md
index 12f4a2829..a68bfdb25 100644
--- a/reference/random/cauchy_distribution/min.md
+++ b/reference/random/cauchy_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/op_equal.md b/reference/random/cauchy_distribution/op_equal.md
index db8f6411a..7bc8f2843 100644
--- a/reference/random/cauchy_distribution/op_equal.md
+++ b/reference/random/cauchy_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/op_istream.md b/reference/random/cauchy_distribution/op_istream.md
index ce9b91fae..7af277ace 100644
--- a/reference/random/cauchy_distribution/op_istream.md
+++ b/reference/random/cauchy_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/op_not_equal.md b/reference/random/cauchy_distribution/op_not_equal.md
index 9b4c3fe50..ce6cce240 100644
--- a/reference/random/cauchy_distribution/op_not_equal.md
+++ b/reference/random/cauchy_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/op_ostream.md b/reference/random/cauchy_distribution/op_ostream.md
index d9c04d5f9..0e094928a 100644
--- a/reference/random/cauchy_distribution/op_ostream.md
+++ b/reference/random/cauchy_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/param.md b/reference/random/cauchy_distribution/param.md
index 4b7e0efbe..adefa800d 100644
--- a/reference/random/cauchy_distribution/param.md
+++ b/reference/random/cauchy_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/cauchy_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/cauchy_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/cauchy_distribution/reset.md b/reference/random/cauchy_distribution/reset.md
index 82568b314..c49a7e0f6 100644
--- a/reference/random/cauchy_distribution/reset.md
+++ b/reference/random/cauchy_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/max.md b/reference/random/chi_squared_distribution/max.md
index 1962d3744..90c35f1dd 100644
--- a/reference/random/chi_squared_distribution/max.md
+++ b/reference/random/chi_squared_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/min.md b/reference/random/chi_squared_distribution/min.md
index b9b27776d..e8e4f7ddd 100644
--- a/reference/random/chi_squared_distribution/min.md
+++ b/reference/random/chi_squared_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>n -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/n.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/n.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/n.md b/reference/random/chi_squared_distribution/n.md
index df57d92cd..2d6e56317 100644
--- a/reference/random/chi_squared_distribution/n.md
+++ b/reference/random/chi_squared_distribution/n.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/op_equal.md b/reference/random/chi_squared_distribution/op_equal.md
index f68366eb4..8de92f9c8 100644
--- a/reference/random/chi_squared_distribution/op_equal.md
+++ b/reference/random/chi_squared_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/op_istream.md b/reference/random/chi_squared_distribution/op_istream.md
index 9c3db6085..b11760f76 100644
--- a/reference/random/chi_squared_distribution/op_istream.md
+++ b/reference/random/chi_squared_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/op_not_equal.md b/reference/random/chi_squared_distribution/op_not_equal.md
index 7f301ceee..e3abf6351 100644
--- a/reference/random/chi_squared_distribution/op_not_equal.md
+++ b/reference/random/chi_squared_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/op_ostream.md b/reference/random/chi_squared_distribution/op_ostream.md
index 0b3a1b3b9..64da1a3d2 100644
--- a/reference/random/chi_squared_distribution/op_ostream.md
+++ b/reference/random/chi_squared_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/param.md b/reference/random/chi_squared_distribution/param.md
index 3558aaffc..2d4237109 100644
--- a/reference/random/chi_squared_distribution/param.md
+++ b/reference/random/chi_squared_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/chi_squared_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/chi_squared_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/chi_squared_distribution/reset.md b/reference/random/chi_squared_distribution/reset.md
index 8bae23c23..dfd2e94e7 100644
--- a/reference/random/chi_squared_distribution/reset.md
+++ b/reference/random/chi_squared_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/discard.md b/reference/random/discard_block_engine/discard.md
index b7c9970a2..e6bde98f6 100644
--- a/reference/random/discard_block_engine/discard.md
+++ b/reference/random/discard_block_engine/discard.md
@@ -73,6 +73,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/max.md b/reference/random/discard_block_engine/max.md
index 1a51a182b..3dfdd4369 100644
--- a/reference/random/discard_block_engine/max.md
+++ b/reference/random/discard_block_engine/max.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/min.md b/reference/random/discard_block_engine/min.md
index acd855a2f..652db528e 100644
--- a/reference/random/discard_block_engine/min.md
+++ b/reference/random/discard_block_engine/min.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/op_call.md b/reference/random/discard_block_engine/op_call.md
index 99d29c27a..c8b2e3df3 100644
--- a/reference/random/discard_block_engine/op_call.md
+++ b/reference/random/discard_block_engine/op_call.md
@@ -68,6 +68,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/op_equal.md b/reference/random/discard_block_engine/op_equal.md
index edcfd4a2f..269c54c80 100644
--- a/reference/random/discard_block_engine/op_equal.md
+++ b/reference/random/discard_block_engine/op_equal.md
@@ -58,6 +58,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/op_istream.md b/reference/random/discard_block_engine/op_istream.md
index 7d6427582..4672320ed 100644
--- a/reference/random/discard_block_engine/op_istream.md
+++ b/reference/random/discard_block_engine/op_istream.md
@@ -78,6 +78,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/op_not_equal.md b/reference/random/discard_block_engine/op_not_equal.md
index b1f6f83a1..439c8b8ac 100644
--- a/reference/random/discard_block_engine/op_not_equal.md
+++ b/reference/random/discard_block_engine/op_not_equal.md
@@ -60,6 +60,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discard_block_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discard_block_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discard_block_engine/op_ostream.md b/reference/random/discard_block_engine/op_ostream.md
index a01b6ae93..15eff4d16 100644
--- a/reference/random/discard_block_engine/op_ostream.md
+++ b/reference/random/discard_block_engine/op_ostream.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/max.md b/reference/random/discrete_distribution/max.md
index 8fc77b0e6..c309b65f1 100644
--- a/reference/random/discrete_distribution/max.md
+++ b/reference/random/discrete_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/min.md b/reference/random/discrete_distribution/min.md
index 58ebe9331..0b23248cf 100644
--- a/reference/random/discrete_distribution/min.md
+++ b/reference/random/discrete_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/op_constructor.md b/reference/random/discrete_distribution/op_constructor.md
index 423d103f8..e836ac0ca 100644
--- a/reference/random/discrete_distribution/op_constructor.md
+++ b/reference/random/discrete_distribution/op_constructor.md
@@ -139,6 +139,3 @@ parameter constructor : 2
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/op_equal.md b/reference/random/discrete_distribution/op_equal.md
index c08c9d045..0a2731bde 100644
--- a/reference/random/discrete_distribution/op_equal.md
+++ b/reference/random/discrete_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/op_istream.md b/reference/random/discrete_distribution/op_istream.md
index 229b196cd..87cd19c5e 100644
--- a/reference/random/discrete_distribution/op_istream.md
+++ b/reference/random/discrete_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/op_not_equal.md b/reference/random/discrete_distribution/op_not_equal.md
index 088251196..48f9c054b 100644
--- a/reference/random/discrete_distribution/op_not_equal.md
+++ b/reference/random/discrete_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/op_ostream.md b/reference/random/discrete_distribution/op_ostream.md
index caaa9ac51..37af0cfa6 100644
--- a/reference/random/discrete_distribution/op_ostream.md
+++ b/reference/random/discrete_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/param.md b/reference/random/discrete_distribution/param.md
index 4892a92b5..33d9435ab 100644
--- a/reference/random/discrete_distribution/param.md
+++ b/reference/random/discrete_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>probabilities -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/probabilities.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/probabilities.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/probabilities.md b/reference/random/discrete_distribution/probabilities.md
index 158597e3a..dd6bb040d 100644
--- a/reference/random/discrete_distribution/probabilities.md
+++ b/reference/random/discrete_distribution/probabilities.md
@@ -51,6 +51,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/discrete_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/discrete_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/discrete_distribution/reset.md b/reference/random/discrete_distribution/reset.md
index 2cd5ebe74..b88b2a70e 100644
--- a/reference/random/discrete_distribution/reset.md
+++ b/reference/random/discrete_distribution/reset.md
@@ -63,6 +63,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>lambda -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/lambda.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/lambda.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/lambda.md b/reference/random/exponential_distribution/lambda.md
index 5877482a5..7b3b7439d 100644
--- a/reference/random/exponential_distribution/lambda.md
+++ b/reference/random/exponential_distribution/lambda.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/max.md b/reference/random/exponential_distribution/max.md
index e2f49aa8d..2445947cd 100644
--- a/reference/random/exponential_distribution/max.md
+++ b/reference/random/exponential_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/min.md b/reference/random/exponential_distribution/min.md
index fcd83e681..dd540e125 100644
--- a/reference/random/exponential_distribution/min.md
+++ b/reference/random/exponential_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/op_equal.md b/reference/random/exponential_distribution/op_equal.md
index 0234a890d..4de344dc4 100644
--- a/reference/random/exponential_distribution/op_equal.md
+++ b/reference/random/exponential_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/op_istream.md b/reference/random/exponential_distribution/op_istream.md
index 256b169de..e120a9da2 100644
--- a/reference/random/exponential_distribution/op_istream.md
+++ b/reference/random/exponential_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/op_not_equal.md b/reference/random/exponential_distribution/op_not_equal.md
index e638ff18c..bd4663c99 100644
--- a/reference/random/exponential_distribution/op_not_equal.md
+++ b/reference/random/exponential_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/op_ostream.md b/reference/random/exponential_distribution/op_ostream.md
index 8eddc69e8..d9e9c3fb9 100644
--- a/reference/random/exponential_distribution/op_ostream.md
+++ b/reference/random/exponential_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/param.md b/reference/random/exponential_distribution/param.md
index f6321e978..08cd2b588 100644
--- a/reference/random/exponential_distribution/param.md
+++ b/reference/random/exponential_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/exponential_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/exponential_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution/reset.md b/reference/random/exponential_distribution/reset.md
index fddf23f84..0eb0bf347 100644
--- a/reference/random/exponential_distribution/reset.md
+++ b/reference/random/exponential_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>a -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/a.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/a.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/a.md b/reference/random/extreme_value_distribution/a.md
index 16079a536..809698775 100644
--- a/reference/random/extreme_value_distribution/a.md
+++ b/reference/random/extreme_value_distribution/a.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>b -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/b.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/b.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/b.md b/reference/random/extreme_value_distribution/b.md
index 94e92dd2e..6eefc4779 100644
--- a/reference/random/extreme_value_distribution/b.md
+++ b/reference/random/extreme_value_distribution/b.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/max.md b/reference/random/extreme_value_distribution/max.md
index 252112e6a..496512088 100644
--- a/reference/random/extreme_value_distribution/max.md
+++ b/reference/random/extreme_value_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/min.md b/reference/random/extreme_value_distribution/min.md
index 63cf987e1..93b555075 100644
--- a/reference/random/extreme_value_distribution/min.md
+++ b/reference/random/extreme_value_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/op_equal.md b/reference/random/extreme_value_distribution/op_equal.md
index 0d70ec81b..e0942585a 100644
--- a/reference/random/extreme_value_distribution/op_equal.md
+++ b/reference/random/extreme_value_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/op_istream.md b/reference/random/extreme_value_distribution/op_istream.md
index 4c1cb12b0..3a25b267f 100644
--- a/reference/random/extreme_value_distribution/op_istream.md
+++ b/reference/random/extreme_value_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/op_not_equal.md b/reference/random/extreme_value_distribution/op_not_equal.md
index d34a02443..890f07142 100644
--- a/reference/random/extreme_value_distribution/op_not_equal.md
+++ b/reference/random/extreme_value_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/op_ostream.md b/reference/random/extreme_value_distribution/op_ostream.md
index c8deeae06..7eb408bad 100644
--- a/reference/random/extreme_value_distribution/op_ostream.md
+++ b/reference/random/extreme_value_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/param.md b/reference/random/extreme_value_distribution/param.md
index 622acc1b5..edd666aa8 100644
--- a/reference/random/extreme_value_distribution/param.md
+++ b/reference/random/extreme_value_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/extreme_value_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/extreme_value_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/extreme_value_distribution/reset.md b/reference/random/extreme_value_distribution/reset.md
index 6c4593cb6..816732cf8 100644
--- a/reference/random/extreme_value_distribution/reset.md
+++ b/reference/random/extreme_value_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>m -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/m.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/m.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/m.md b/reference/random/fisher_f_distribution/m.md
index e183a1784..4e887d1a8 100644
--- a/reference/random/fisher_f_distribution/m.md
+++ b/reference/random/fisher_f_distribution/m.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/max.md b/reference/random/fisher_f_distribution/max.md
index e48828317..9d3abf62c 100644
--- a/reference/random/fisher_f_distribution/max.md
+++ b/reference/random/fisher_f_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/min.md b/reference/random/fisher_f_distribution/min.md
index 78ce542f9..7c191acde 100644
--- a/reference/random/fisher_f_distribution/min.md
+++ b/reference/random/fisher_f_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>n -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/n.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/n.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/n.md b/reference/random/fisher_f_distribution/n.md
index 8bf8ccd1a..17c250638 100644
--- a/reference/random/fisher_f_distribution/n.md
+++ b/reference/random/fisher_f_distribution/n.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/op_equal.md b/reference/random/fisher_f_distribution/op_equal.md
index 540fa36cd..a9669b0b6 100644
--- a/reference/random/fisher_f_distribution/op_equal.md
+++ b/reference/random/fisher_f_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/op_istream.md b/reference/random/fisher_f_distribution/op_istream.md
index bf10d008f..bc10a16ea 100644
--- a/reference/random/fisher_f_distribution/op_istream.md
+++ b/reference/random/fisher_f_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/op_not_equal.md b/reference/random/fisher_f_distribution/op_not_equal.md
index f9c603233..8fa891929 100644
--- a/reference/random/fisher_f_distribution/op_not_equal.md
+++ b/reference/random/fisher_f_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/op_ostream.md b/reference/random/fisher_f_distribution/op_ostream.md
index 645c099ae..09a32bf76 100644
--- a/reference/random/fisher_f_distribution/op_ostream.md
+++ b/reference/random/fisher_f_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/param.md b/reference/random/fisher_f_distribution/param.md
index c3d18aa96..21a269523 100644
--- a/reference/random/fisher_f_distribution/param.md
+++ b/reference/random/fisher_f_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/fisher_f_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/fisher_f_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/fisher_f_distribution/reset.md b/reference/random/fisher_f_distribution/reset.md
index 67eab76dd..561e53929 100644
--- a/reference/random/fisher_f_distribution/reset.md
+++ b/reference/random/fisher_f_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>alpha -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/alpha.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/alpha.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/alpha.md b/reference/random/gamma_distribution/alpha.md
index a35b22449..2852f1ab6 100644
--- a/reference/random/gamma_distribution/alpha.md
+++ b/reference/random/gamma_distribution/alpha.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>beta -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/beta.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/beta.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/beta.md b/reference/random/gamma_distribution/beta.md
index 3e55de5d8..37efef507 100644
--- a/reference/random/gamma_distribution/beta.md
+++ b/reference/random/gamma_distribution/beta.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/max.md b/reference/random/gamma_distribution/max.md
index 9776f0627..e4f1dfb75 100644
--- a/reference/random/gamma_distribution/max.md
+++ b/reference/random/gamma_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/min.md b/reference/random/gamma_distribution/min.md
index 8abf80abb..86e0c3e1b 100644
--- a/reference/random/gamma_distribution/min.md
+++ b/reference/random/gamma_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/op_equal.md b/reference/random/gamma_distribution/op_equal.md
index 17da7ac2f..b024fd64f 100644
--- a/reference/random/gamma_distribution/op_equal.md
+++ b/reference/random/gamma_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/op_istream.md b/reference/random/gamma_distribution/op_istream.md
index 5d04790f8..4e07118de 100644
--- a/reference/random/gamma_distribution/op_istream.md
+++ b/reference/random/gamma_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/op_not_equal.md b/reference/random/gamma_distribution/op_not_equal.md
index 9695dcae6..054c8d232 100644
--- a/reference/random/gamma_distribution/op_not_equal.md
+++ b/reference/random/gamma_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/op_ostream.md b/reference/random/gamma_distribution/op_ostream.md
index dc58088ee..5b0b8fed9 100644
--- a/reference/random/gamma_distribution/op_ostream.md
+++ b/reference/random/gamma_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/param.md b/reference/random/gamma_distribution/param.md
index e383b76fe..9da319695 100644
--- a/reference/random/gamma_distribution/param.md
+++ b/reference/random/gamma_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/gamma_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/gamma_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/gamma_distribution/reset.md b/reference/random/gamma_distribution/reset.md
index b45f9ac5c..26d27c2a2 100644
--- a/reference/random/gamma_distribution/reset.md
+++ b/reference/random/gamma_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/max.md b/reference/random/geometric_distribution/max.md
index 6aa77ac97..5f955a10d 100644
--- a/reference/random/geometric_distribution/max.md
+++ b/reference/random/geometric_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/min.md b/reference/random/geometric_distribution/min.md
index 4d39bc59f..9a575cd53 100644
--- a/reference/random/geometric_distribution/min.md
+++ b/reference/random/geometric_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/op_equal.md b/reference/random/geometric_distribution/op_equal.md
index 00ddfdf99..9c646a134 100644
--- a/reference/random/geometric_distribution/op_equal.md
+++ b/reference/random/geometric_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/op_istream.md b/reference/random/geometric_distribution/op_istream.md
index 4301d97b8..c54ce5d89 100644
--- a/reference/random/geometric_distribution/op_istream.md
+++ b/reference/random/geometric_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/op_not_equal.md b/reference/random/geometric_distribution/op_not_equal.md
index 780e9690b..6f6837a88 100644
--- a/reference/random/geometric_distribution/op_not_equal.md
+++ b/reference/random/geometric_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/op_ostream.md b/reference/random/geometric_distribution/op_ostream.md
index 6709a842b..08006cf66 100644
--- a/reference/random/geometric_distribution/op_ostream.md
+++ b/reference/random/geometric_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>p -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/p.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/p.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/p.md b/reference/random/geometric_distribution/p.md
index 20db4e734..b9aa6a037 100644
--- a/reference/random/geometric_distribution/p.md
+++ b/reference/random/geometric_distribution/p.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/param.md b/reference/random/geometric_distribution/param.md
index 812f55dfd..6d46800e6 100644
--- a/reference/random/geometric_distribution/param.md
+++ b/reference/random/geometric_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/geometric_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/geometric_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/geometric_distribution/reset.md b/reference/random/geometric_distribution/reset.md
index d96c2a828..e1cf97084 100644
--- a/reference/random/geometric_distribution/reset.md
+++ b/reference/random/geometric_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/discard.md b/reference/random/independent_bits_engine/discard.md
index 3c5bda619..f43439715 100644
--- a/reference/random/independent_bits_engine/discard.md
+++ b/reference/random/independent_bits_engine/discard.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/max.md b/reference/random/independent_bits_engine/max.md
index 4125d901b..b9dae0997 100644
--- a/reference/random/independent_bits_engine/max.md
+++ b/reference/random/independent_bits_engine/max.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/min.md b/reference/random/independent_bits_engine/min.md
index b9e4227da..f7329481d 100644
--- a/reference/random/independent_bits_engine/min.md
+++ b/reference/random/independent_bits_engine/min.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/op_call.md b/reference/random/independent_bits_engine/op_call.md
index b78f5c93e..c35a67d07 100644
--- a/reference/random/independent_bits_engine/op_call.md
+++ b/reference/random/independent_bits_engine/op_call.md
@@ -68,6 +68,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/op_equal.md b/reference/random/independent_bits_engine/op_equal.md
index 0dd54e2b4..3405e060e 100644
--- a/reference/random/independent_bits_engine/op_equal.md
+++ b/reference/random/independent_bits_engine/op_equal.md
@@ -60,6 +60,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/op_istream.md b/reference/random/independent_bits_engine/op_istream.md
index 91e7e2f0c..45944c91a 100644
--- a/reference/random/independent_bits_engine/op_istream.md
+++ b/reference/random/independent_bits_engine/op_istream.md
@@ -80,6 +80,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/op_not_equal.md b/reference/random/independent_bits_engine/op_not_equal.md
index f8e03329a..eb05ada1c 100644
--- a/reference/random/independent_bits_engine/op_not_equal.md
+++ b/reference/random/independent_bits_engine/op_not_equal.md
@@ -62,6 +62,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/independent_bits_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/independent_bits_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/independent_bits_engine/op_ostream.md b/reference/random/independent_bits_engine/op_ostream.md
index 8ad888087..e1d70d971 100644
--- a/reference/random/independent_bits_engine/op_ostream.md
+++ b/reference/random/independent_bits_engine/op_ostream.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/discard.md b/reference/random/linear_congruential_engine/discard.md
index cc4836e13..d801061ee 100644
--- a/reference/random/linear_congruential_engine/discard.md
+++ b/reference/random/linear_congruential_engine/discard.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/max.md b/reference/random/linear_congruential_engine/max.md
index 2db5e1fd4..77e401144 100644
--- a/reference/random/linear_congruential_engine/max.md
+++ b/reference/random/linear_congruential_engine/max.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/min.md b/reference/random/linear_congruential_engine/min.md
index 61b165843..bf79b251e 100644
--- a/reference/random/linear_congruential_engine/min.md
+++ b/reference/random/linear_congruential_engine/min.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/op_call.md b/reference/random/linear_congruential_engine/op_call.md
index de6fdbaf2..3742aeeff 100644
--- a/reference/random/linear_congruential_engine/op_call.md
+++ b/reference/random/linear_congruential_engine/op_call.md
@@ -68,6 +68,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/op_equal.md b/reference/random/linear_congruential_engine/op_equal.md
index 942439000..1ab2ba14c 100644
--- a/reference/random/linear_congruential_engine/op_equal.md
+++ b/reference/random/linear_congruential_engine/op_equal.md
@@ -58,6 +58,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/op_istream.md b/reference/random/linear_congruential_engine/op_istream.md
index 78c62b493..b5cfe96db 100644
--- a/reference/random/linear_congruential_engine/op_istream.md
+++ b/reference/random/linear_congruential_engine/op_istream.md
@@ -78,6 +78,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/op_not_equal.md b/reference/random/linear_congruential_engine/op_not_equal.md
index 0652ecd5d..e853aec3b 100644
--- a/reference/random/linear_congruential_engine/op_not_equal.md
+++ b/reference/random/linear_congruential_engine/op_not_equal.md
@@ -60,6 +60,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/linear_congruential_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/linear_congruential_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/linear_congruential_engine/op_ostream.md b/reference/random/linear_congruential_engine/op_ostream.md
index 3389fc146..14753024b 100644
--- a/reference/random/linear_congruential_engine/op_ostream.md
+++ b/reference/random/linear_congruential_engine/op_ostream.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>m -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/m.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/m.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/m.md b/reference/random/lognormal_distribution/m.md
index 20bd6ec04..c764cdda4 100644
--- a/reference/random/lognormal_distribution/m.md
+++ b/reference/random/lognormal_distribution/m.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/max.md b/reference/random/lognormal_distribution/max.md
index bb06f062b..9491ecdc7 100644
--- a/reference/random/lognormal_distribution/max.md
+++ b/reference/random/lognormal_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/min.md b/reference/random/lognormal_distribution/min.md
index 0959eda2f..950ef794f 100644
--- a/reference/random/lognormal_distribution/min.md
+++ b/reference/random/lognormal_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/op_equal.md b/reference/random/lognormal_distribution/op_equal.md
index 7864460d6..a21404355 100644
--- a/reference/random/lognormal_distribution/op_equal.md
+++ b/reference/random/lognormal_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/op_istream.md b/reference/random/lognormal_distribution/op_istream.md
index b8501758e..ed0494148 100644
--- a/reference/random/lognormal_distribution/op_istream.md
+++ b/reference/random/lognormal_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/op_not_equal.md b/reference/random/lognormal_distribution/op_not_equal.md
index 0851ced3b..a08c7a649 100644
--- a/reference/random/lognormal_distribution/op_not_equal.md
+++ b/reference/random/lognormal_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/op_ostream.md b/reference/random/lognormal_distribution/op_ostream.md
index 474db8d0c..558ec2a90 100644
--- a/reference/random/lognormal_distribution/op_ostream.md
+++ b/reference/random/lognormal_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/param.md b/reference/random/lognormal_distribution/param.md
index c923f40f5..f8b5a10c0 100644
--- a/reference/random/lognormal_distribution/param.md
+++ b/reference/random/lognormal_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/reset.md b/reference/random/lognormal_distribution/reset.md
index 28ced83ce..f0066a296 100644
--- a/reference/random/lognormal_distribution/reset.md
+++ b/reference/random/lognormal_distribution/reset.md
@@ -69,6 +69,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>s -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/lognormal_distribution/s.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/lognormal_distribution/s.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/lognormal_distribution/s.md b/reference/random/lognormal_distribution/s.md
index bad5f0c0b..48b0aacd5 100644
--- a/reference/random/lognormal_distribution/s.md
+++ b/reference/random/lognormal_distribution/s.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/discard.md b/reference/random/mersenne_twister_engine/discard.md
index f435bb39e..eeb5a489a 100644
--- a/reference/random/mersenne_twister_engine/discard.md
+++ b/reference/random/mersenne_twister_engine/discard.md
@@ -73,6 +73,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/max.md b/reference/random/mersenne_twister_engine/max.md
index 86c3ea36c..f7a0281cf 100644
--- a/reference/random/mersenne_twister_engine/max.md
+++ b/reference/random/mersenne_twister_engine/max.md
@@ -47,6 +47,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/min.md b/reference/random/mersenne_twister_engine/min.md
index d0f1f27c2..990d2ce01 100644
--- a/reference/random/mersenne_twister_engine/min.md
+++ b/reference/random/mersenne_twister_engine/min.md
@@ -47,6 +47,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/op_call.md b/reference/random/mersenne_twister_engine/op_call.md
index 72f5989b4..c6c6b735e 100644
--- a/reference/random/mersenne_twister_engine/op_call.md
+++ b/reference/random/mersenne_twister_engine/op_call.md
@@ -67,6 +67,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/op_equal.md b/reference/random/mersenne_twister_engine/op_equal.md
index 6de6c11fa..7cf01a5f5 100644
--- a/reference/random/mersenne_twister_engine/op_equal.md
+++ b/reference/random/mersenne_twister_engine/op_equal.md
@@ -60,6 +60,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/op_istream.md b/reference/random/mersenne_twister_engine/op_istream.md
index db48f9ce9..21e90f3a7 100644
--- a/reference/random/mersenne_twister_engine/op_istream.md
+++ b/reference/random/mersenne_twister_engine/op_istream.md
@@ -80,6 +80,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/op_not_equal.md b/reference/random/mersenne_twister_engine/op_not_equal.md
index c7f39e90a..f049658c3 100644
--- a/reference/random/mersenne_twister_engine/op_not_equal.md
+++ b/reference/random/mersenne_twister_engine/op_not_equal.md
@@ -62,6 +62,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/mersenne_twister_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/mersenne_twister_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/mersenne_twister_engine/op_ostream.md b/reference/random/mersenne_twister_engine/op_ostream.md
index 5e0c96d88..32c6302a6 100644
--- a/reference/random/mersenne_twister_engine/op_ostream.md
+++ b/reference/random/mersenne_twister_engine/op_ostream.md
@@ -62,6 +62,3 @@ int main()
 
 ### 備考
 GCC(libstdc++) では、出力が誤っている。（C++ 標準では状態の数だけ出力されることになっているが、GCC では状態の数より出力される数の方が一つ多い）。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>k -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/k.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/k.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/k.md b/reference/random/negative_binomial_distribution/k.md
index d724ce331..e9ec03ae2 100644
--- a/reference/random/negative_binomial_distribution/k.md
+++ b/reference/random/negative_binomial_distribution/k.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/max.md b/reference/random/negative_binomial_distribution/max.md
index 233587c1d..24097346f 100644
--- a/reference/random/negative_binomial_distribution/max.md
+++ b/reference/random/negative_binomial_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/min.md b/reference/random/negative_binomial_distribution/min.md
index 0ce74a31c..ba4a7d55d 100644
--- a/reference/random/negative_binomial_distribution/min.md
+++ b/reference/random/negative_binomial_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/op_equal.md b/reference/random/negative_binomial_distribution/op_equal.md
index 5817de9e4..12b69c81e 100644
--- a/reference/random/negative_binomial_distribution/op_equal.md
+++ b/reference/random/negative_binomial_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/op_istream.md b/reference/random/negative_binomial_distribution/op_istream.md
index f5754be4d..23de9feae 100644
--- a/reference/random/negative_binomial_distribution/op_istream.md
+++ b/reference/random/negative_binomial_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/op_not_equal.md b/reference/random/negative_binomial_distribution/op_not_equal.md
index 3d0f61213..1ecad943b 100644
--- a/reference/random/negative_binomial_distribution/op_not_equal.md
+++ b/reference/random/negative_binomial_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/op_ostream.md b/reference/random/negative_binomial_distribution/op_ostream.md
index 821d5fcc1..24d9d90ce 100644
--- a/reference/random/negative_binomial_distribution/op_ostream.md
+++ b/reference/random/negative_binomial_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>p -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/p.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/p.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/p.md b/reference/random/negative_binomial_distribution/p.md
index ccceb80bc..f7ce7fb9a 100644
--- a/reference/random/negative_binomial_distribution/p.md
+++ b/reference/random/negative_binomial_distribution/p.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/param.md b/reference/random/negative_binomial_distribution/param.md
index a814bb43c..02ea4695d 100644
--- a/reference/random/negative_binomial_distribution/param.md
+++ b/reference/random/negative_binomial_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/negative_binomial_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/negative_binomial_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/negative_binomial_distribution/reset.md b/reference/random/negative_binomial_distribution/reset.md
index 81c6cb85e..afd780f6b 100644
--- a/reference/random/negative_binomial_distribution/reset.md
+++ b/reference/random/negative_binomial_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/max.md b/reference/random/normal_distribution/max.md
index 5ac920994..4f28aeb72 100644
--- a/reference/random/normal_distribution/max.md
+++ b/reference/random/normal_distribution/max.md
@@ -50,6 +50,3 @@ inf
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>mean -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/mean.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/mean.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/mean.md b/reference/random/normal_distribution/mean.md
index cb7495a67..9c288eee2 100644
--- a/reference/random/normal_distribution/mean.md
+++ b/reference/random/normal_distribution/mean.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/min.md b/reference/random/normal_distribution/min.md
index f109624d1..81af388a4 100644
--- a/reference/random/normal_distribution/min.md
+++ b/reference/random/normal_distribution/min.md
@@ -51,6 +51,3 @@ int main()
 Boost.Randomとlibc++(Clang)の実装では、`-`[`numeric_limits`](/reference/limits/numeric_limits.md)`::`[`infinity()`](/reference/limits/numeric_limits/infinity.md)を返す。
 
 GCC 4.8.1時点でのlibstdc++の実装では、[`numeric_limits`](/reference/limits/numeric_limits.md)`::`[`min()`](/reference/limits/numeric_limits/min.md)を返す。これはつまり`0.0`を意味するが、実際には`0.0`未満の値を生成するため、これはバグである[Bug 58098 - wrong return value of normal_distribution::min()](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58098)。この問題は、GCC 4.8.2で修正された。
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/op_equal.md b/reference/random/normal_distribution/op_equal.md
index 58a2d23d8..fe76cf8bd 100644
--- a/reference/random/normal_distribution/op_equal.md
+++ b/reference/random/normal_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/op_istream.md b/reference/random/normal_distribution/op_istream.md
index 661afae9f..9e53646a4 100644
--- a/reference/random/normal_distribution/op_istream.md
+++ b/reference/random/normal_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/op_not_equal.md b/reference/random/normal_distribution/op_not_equal.md
index 433caf16d..12af9f55e 100644
--- a/reference/random/normal_distribution/op_not_equal.md
+++ b/reference/random/normal_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/op_ostream.md b/reference/random/normal_distribution/op_ostream.md
index 743e220f1..978623f2f 100644
--- a/reference/random/normal_distribution/op_ostream.md
+++ b/reference/random/normal_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/param.md b/reference/random/normal_distribution/param.md
index c99a91acd..2966b7832 100644
--- a/reference/random/normal_distribution/param.md
+++ b/reference/random/normal_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/reset.md b/reference/random/normal_distribution/reset.md
index 50d0c8a53..c09e006a4 100644
--- a/reference/random/normal_distribution/reset.md
+++ b/reference/random/normal_distribution/reset.md
@@ -69,6 +69,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>stddev -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/normal_distribution/stddev.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/normal_distribution/stddev.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/normal_distribution/stddev.md b/reference/random/normal_distribution/stddev.md
index 554cbe5f3..58f95a4e5 100644
--- a/reference/random/normal_distribution/stddev.md
+++ b/reference/random/normal_distribution/stddev.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>intervals -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/intervals.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/intervals.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/intervals.md b/reference/random/piecewise_constant_distribution/intervals.md
index b9dbe977f..39622c085 100644
--- a/reference/random/piecewise_constant_distribution/intervals.md
+++ b/reference/random/piecewise_constant_distribution/intervals.md
@@ -61,6 +61,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/max.md b/reference/random/piecewise_constant_distribution/max.md
index 7c8383831..64b6747d8 100644
--- a/reference/random/piecewise_constant_distribution/max.md
+++ b/reference/random/piecewise_constant_distribution/max.md
@@ -56,6 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/min.md b/reference/random/piecewise_constant_distribution/min.md
index 553104573..039115c12 100644
--- a/reference/random/piecewise_constant_distribution/min.md
+++ b/reference/random/piecewise_constant_distribution/min.md
@@ -56,6 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/op_constructor.md b/reference/random/piecewise_constant_distribution/op_constructor.md
index eae5dcbee..f49844f08 100644
--- a/reference/random/piecewise_constant_distribution/op_constructor.md
+++ b/reference/random/piecewise_constant_distribution/op_constructor.md
@@ -145,6 +145,3 @@ parameter constructor : 0.49003
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/op_equal.md b/reference/random/piecewise_constant_distribution/op_equal.md
index a5149d566..e4e4f825e 100644
--- a/reference/random/piecewise_constant_distribution/op_equal.md
+++ b/reference/random/piecewise_constant_distribution/op_equal.md
@@ -76,6 +76,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/op_istream.md b/reference/random/piecewise_constant_distribution/op_istream.md
index f465b8bdb..f690ff594 100644
--- a/reference/random/piecewise_constant_distribution/op_istream.md
+++ b/reference/random/piecewise_constant_distribution/op_istream.md
@@ -87,6 +87,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/op_not_equal.md b/reference/random/piecewise_constant_distribution/op_not_equal.md
index 3c9615d2e..cebe253bf 100644
--- a/reference/random/piecewise_constant_distribution/op_not_equal.md
+++ b/reference/random/piecewise_constant_distribution/op_not_equal.md
@@ -76,6 +76,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/op_ostream.md b/reference/random/piecewise_constant_distribution/op_ostream.md
index 9a7db5fa0..0271772f9 100644
--- a/reference/random/piecewise_constant_distribution/op_ostream.md
+++ b/reference/random/piecewise_constant_distribution/op_ostream.md
@@ -66,6 +66,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/param.md b/reference/random/piecewise_constant_distribution/param.md
index 0c03af4ee..f396ad993 100644
--- a/reference/random/piecewise_constant_distribution/param.md
+++ b/reference/random/piecewise_constant_distribution/param.md
@@ -69,6 +69,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_constant_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_constant_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_constant_distribution/reset.md b/reference/random/piecewise_constant_distribution/reset.md
index 759e76e85..77a807a9d 100644
--- a/reference/random/piecewise_constant_distribution/reset.md
+++ b/reference/random/piecewise_constant_distribution/reset.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>intervals -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/intervals.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/intervals.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/intervals.md b/reference/random/piecewise_linear_distribution/intervals.md
index 8f0d2bef8..f8c81b8c1 100644
--- a/reference/random/piecewise_linear_distribution/intervals.md
+++ b/reference/random/piecewise_linear_distribution/intervals.md
@@ -61,6 +61,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/max.md b/reference/random/piecewise_linear_distribution/max.md
index fef3376f4..922684af4 100644
--- a/reference/random/piecewise_linear_distribution/max.md
+++ b/reference/random/piecewise_linear_distribution/max.md
@@ -56,6 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/min.md b/reference/random/piecewise_linear_distribution/min.md
index 806312097..00650c8d2 100644
--- a/reference/random/piecewise_linear_distribution/min.md
+++ b/reference/random/piecewise_linear_distribution/min.md
@@ -56,6 +56,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/op_equal.md b/reference/random/piecewise_linear_distribution/op_equal.md
index 8dee15ec6..c26c9f267 100644
--- a/reference/random/piecewise_linear_distribution/op_equal.md
+++ b/reference/random/piecewise_linear_distribution/op_equal.md
@@ -76,6 +76,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/op_istream.md b/reference/random/piecewise_linear_distribution/op_istream.md
index 24e7a6fed..7e9e450a1 100644
--- a/reference/random/piecewise_linear_distribution/op_istream.md
+++ b/reference/random/piecewise_linear_distribution/op_istream.md
@@ -87,6 +87,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/op_not_equal.md b/reference/random/piecewise_linear_distribution/op_not_equal.md
index 8f984ce61..8cbc97e47 100644
--- a/reference/random/piecewise_linear_distribution/op_not_equal.md
+++ b/reference/random/piecewise_linear_distribution/op_not_equal.md
@@ -76,6 +76,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/op_ostream.md b/reference/random/piecewise_linear_distribution/op_ostream.md
index 9a4fdcaeb..d073e0566 100644
--- a/reference/random/piecewise_linear_distribution/op_ostream.md
+++ b/reference/random/piecewise_linear_distribution/op_ostream.md
@@ -66,6 +66,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/param.md b/reference/random/piecewise_linear_distribution/param.md
index 79b61423b..fd4a6a7dd 100644
--- a/reference/random/piecewise_linear_distribution/param.md
+++ b/reference/random/piecewise_linear_distribution/param.md
@@ -73,6 +73,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/piecewise_linear_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/piecewise_linear_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/piecewise_linear_distribution/reset.md b/reference/random/piecewise_linear_distribution/reset.md
index 481bdebd0..2b6b0753a 100644
--- a/reference/random/piecewise_linear_distribution/reset.md
+++ b/reference/random/piecewise_linear_distribution/reset.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/max.md b/reference/random/poisson_distribution/max.md
index ad14ea86b..f058e8fca 100644
--- a/reference/random/poisson_distribution/max.md
+++ b/reference/random/poisson_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>mean -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/mean.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/mean.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/mean.md b/reference/random/poisson_distribution/mean.md
index a1bda056e..d974a0599 100644
--- a/reference/random/poisson_distribution/mean.md
+++ b/reference/random/poisson_distribution/mean.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/min.md b/reference/random/poisson_distribution/min.md
index 3bb6a0907..e5ef323a6 100644
--- a/reference/random/poisson_distribution/min.md
+++ b/reference/random/poisson_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/op_equal.md b/reference/random/poisson_distribution/op_equal.md
index c76a7c982..09c8de92b 100644
--- a/reference/random/poisson_distribution/op_equal.md
+++ b/reference/random/poisson_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/op_istream.md b/reference/random/poisson_distribution/op_istream.md
index 693b49db3..8887a025c 100644
--- a/reference/random/poisson_distribution/op_istream.md
+++ b/reference/random/poisson_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/op_not_equal.md b/reference/random/poisson_distribution/op_not_equal.md
index 4eaf12ab5..546e264b4 100644
--- a/reference/random/poisson_distribution/op_not_equal.md
+++ b/reference/random/poisson_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/op_ostream.md b/reference/random/poisson_distribution/op_ostream.md
index 5fa2d97be..37913063a 100644
--- a/reference/random/poisson_distribution/op_ostream.md
+++ b/reference/random/poisson_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/param.md b/reference/random/poisson_distribution/param.md
index 00dea3336..51f99b39f 100644
--- a/reference/random/poisson_distribution/param.md
+++ b/reference/random/poisson_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/poisson_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/poisson_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/poisson_distribution/reset.md b/reference/random/poisson_distribution/reset.md
index 36c951a50..e51a92d41 100644
--- a/reference/random/poisson_distribution/reset.md
+++ b/reference/random/poisson_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/random_device/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/random_device/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/random_device/max.md b/reference/random/random_device/max.md
index 99be502dc..b6f2d9513 100644
--- a/reference/random/random_device/max.md
+++ b/reference/random/random_device/max.md
@@ -47,6 +47,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/random_device/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/random_device/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/random_device/min.md b/reference/random/random_device/min.md
index 8d17689de..906d03693 100644
--- a/reference/random/random_device/min.md
+++ b/reference/random/random_device/min.md
@@ -47,6 +47,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/random_device/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/random_device/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/random_device/op_call.md b/reference/random/random_device/op_call.md
index 71a709067..38ff51a9a 100644
--- a/reference/random/random_device/op_call.md
+++ b/reference/random/random_device/op_call.md
@@ -63,6 +63,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/discard.md b/reference/random/shuffle_order_engine/discard.md
index 1af8217f7..54a5e0231 100644
--- a/reference/random/shuffle_order_engine/discard.md
+++ b/reference/random/shuffle_order_engine/discard.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/max.md b/reference/random/shuffle_order_engine/max.md
index 0d1da3f3b..75acb26c7 100644
--- a/reference/random/shuffle_order_engine/max.md
+++ b/reference/random/shuffle_order_engine/max.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/min.md b/reference/random/shuffle_order_engine/min.md
index 68fed0263..8e281f42a 100644
--- a/reference/random/shuffle_order_engine/min.md
+++ b/reference/random/shuffle_order_engine/min.md
@@ -48,6 +48,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/op_call.md b/reference/random/shuffle_order_engine/op_call.md
index c410baf06..2b6154989 100644
--- a/reference/random/shuffle_order_engine/op_call.md
+++ b/reference/random/shuffle_order_engine/op_call.md
@@ -68,6 +68,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/op_equal.md b/reference/random/shuffle_order_engine/op_equal.md
index 07b7e9b4f..32e1cea8a 100644
--- a/reference/random/shuffle_order_engine/op_equal.md
+++ b/reference/random/shuffle_order_engine/op_equal.md
@@ -58,6 +58,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/op_istream.md b/reference/random/shuffle_order_engine/op_istream.md
index b3032fe56..83fa64108 100644
--- a/reference/random/shuffle_order_engine/op_istream.md
+++ b/reference/random/shuffle_order_engine/op_istream.md
@@ -78,6 +78,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/op_not_equal.md b/reference/random/shuffle_order_engine/op_not_equal.md
index 0a14b0e07..60e5b722c 100644
--- a/reference/random/shuffle_order_engine/op_not_equal.md
+++ b/reference/random/shuffle_order_engine/op_not_equal.md
@@ -60,6 +60,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/shuffle_order_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/shuffle_order_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/shuffle_order_engine/op_ostream.md b/reference/random/shuffle_order_engine/op_ostream.md
index 472224fae..5be4eaaad 100644
--- a/reference/random/shuffle_order_engine/op_ostream.md
+++ b/reference/random/shuffle_order_engine/op_ostream.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/max.md b/reference/random/student_t_distribution/max.md
index 9a1878249..8e1c40ca1 100644
--- a/reference/random/student_t_distribution/max.md
+++ b/reference/random/student_t_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/min.md b/reference/random/student_t_distribution/min.md
index 3494deb48..0cb46ef93 100644
--- a/reference/random/student_t_distribution/min.md
+++ b/reference/random/student_t_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): 3.0 [mark verified]
 - [GCC](/implementation.md#gcc): 
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>n -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/n.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/n.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/n.md b/reference/random/student_t_distribution/n.md
index 9e2a255c1..805b4c325 100644
--- a/reference/random/student_t_distribution/n.md
+++ b/reference/random/student_t_distribution/n.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/op_equal.md b/reference/random/student_t_distribution/op_equal.md
index 8ef2fbf13..28a14db7a 100644
--- a/reference/random/student_t_distribution/op_equal.md
+++ b/reference/random/student_t_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/op_istream.md b/reference/random/student_t_distribution/op_istream.md
index b9888daf4..606434153 100644
--- a/reference/random/student_t_distribution/op_istream.md
+++ b/reference/random/student_t_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/op_not_equal.md b/reference/random/student_t_distribution/op_not_equal.md
index 0fe297381..a4b517886 100644
--- a/reference/random/student_t_distribution/op_not_equal.md
+++ b/reference/random/student_t_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/op_ostream.md b/reference/random/student_t_distribution/op_ostream.md
index 2ae6f2fa6..100dfe06c 100644
--- a/reference/random/student_t_distribution/op_ostream.md
+++ b/reference/random/student_t_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/param.md b/reference/random/student_t_distribution/param.md
index d223e3d84..4ac187b26 100644
--- a/reference/random/student_t_distribution/param.md
+++ b/reference/random/student_t_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/student_t_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/student_t_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/student_t_distribution/reset.md b/reference/random/student_t_distribution/reset.md
index 6e1abe2ae..2686732f1 100644
--- a/reference/random/student_t_distribution/reset.md
+++ b/reference/random/student_t_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>discard -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/discard.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/discard.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/discard.md b/reference/random/subtract_with_carry_engine/discard.md
index fde0966b8..b807f657f 100644
--- a/reference/random/subtract_with_carry_engine/discard.md
+++ b/reference/random/subtract_with_carry_engine/discard.md
@@ -74,6 +74,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/max.md b/reference/random/subtract_with_carry_engine/max.md
index d6e176b77..c73ab1554 100644
--- a/reference/random/subtract_with_carry_engine/max.md
+++ b/reference/random/subtract_with_carry_engine/max.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/min.md b/reference/random/subtract_with_carry_engine/min.md
index b5cc41730..7e623259d 100644
--- a/reference/random/subtract_with_carry_engine/min.md
+++ b/reference/random/subtract_with_carry_engine/min.md
@@ -49,6 +49,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator() -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/op_call.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/op_call.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/op_call.md b/reference/random/subtract_with_carry_engine/op_call.md
index 2f7473602..16c32ba1e 100644
--- a/reference/random/subtract_with_carry_engine/op_call.md
+++ b/reference/random/subtract_with_carry_engine/op_call.md
@@ -69,6 +69,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/op_equal.md b/reference/random/subtract_with_carry_engine/op_equal.md
index 95a1508cb..eb2e34351 100644
--- a/reference/random/subtract_with_carry_engine/op_equal.md
+++ b/reference/random/subtract_with_carry_engine/op_equal.md
@@ -58,6 +58,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/op_istream.md b/reference/random/subtract_with_carry_engine/op_istream.md
index bc1ae22e1..0ade7ae2f 100644
--- a/reference/random/subtract_with_carry_engine/op_istream.md
+++ b/reference/random/subtract_with_carry_engine/op_istream.md
@@ -78,6 +78,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/op_not_equal.md b/reference/random/subtract_with_carry_engine/op_not_equal.md
index 0f012b48a..15ec03d09 100644
--- a/reference/random/subtract_with_carry_engine/op_not_equal.md
+++ b/reference/random/subtract_with_carry_engine/op_not_equal.md
@@ -60,6 +60,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/subtract_with_carry_engine/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/subtract_with_carry_engine/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/subtract_with_carry_engine/op_ostream.md b/reference/random/subtract_with_carry_engine/op_ostream.md
index 45a5dd04a..d9a6755a6 100644
--- a/reference/random/subtract_with_carry_engine/op_ostream.md
+++ b/reference/random/subtract_with_carry_engine/op_ostream.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified], 2015 [mark verified], 2017 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>a -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/a.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/a.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/a.md b/reference/random/uniform_int_distribution/a.md
index e2c13342c..ed26b7d03 100644
--- a/reference/random/uniform_int_distribution/a.md
+++ b/reference/random/uniform_int_distribution/a.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>b -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/b.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/b.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/b.md b/reference/random/uniform_int_distribution/b.md
index e4e352c6e..4766facdd 100644
--- a/reference/random/uniform_int_distribution/b.md
+++ b/reference/random/uniform_int_distribution/b.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/max.md b/reference/random/uniform_int_distribution/max.md
index 0bba43b99..395dc70e5 100644
--- a/reference/random/uniform_int_distribution/max.md
+++ b/reference/random/uniform_int_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/min.md b/reference/random/uniform_int_distribution/min.md
index dd1d284f7..62dc06a80 100644
--- a/reference/random/uniform_int_distribution/min.md
+++ b/reference/random/uniform_int_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/op_equal.md b/reference/random/uniform_int_distribution/op_equal.md
index 62db5fd59..5e818b6f6 100644
--- a/reference/random/uniform_int_distribution/op_equal.md
+++ b/reference/random/uniform_int_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/op_istream.md b/reference/random/uniform_int_distribution/op_istream.md
index bd574457b..cdbb45043 100644
--- a/reference/random/uniform_int_distribution/op_istream.md
+++ b/reference/random/uniform_int_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/op_not_equal.md b/reference/random/uniform_int_distribution/op_not_equal.md
index 5a0cb1d48..1c46fa744 100644
--- a/reference/random/uniform_int_distribution/op_not_equal.md
+++ b/reference/random/uniform_int_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/op_ostream.md b/reference/random/uniform_int_distribution/op_ostream.md
index 0b6a609a5..fadb81c13 100644
--- a/reference/random/uniform_int_distribution/op_ostream.md
+++ b/reference/random/uniform_int_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/param.md b/reference/random/uniform_int_distribution/param.md
index 3091d1e5e..2c8d55e7a 100644
--- a/reference/random/uniform_int_distribution/param.md
+++ b/reference/random/uniform_int_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_int_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_int_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_int_distribution/reset.md b/reference/random/uniform_int_distribution/reset.md
index 3f00fc976..aaa9a01f7 100644
--- a/reference/random/uniform_int_distribution/reset.md
+++ b/reference/random/uniform_int_distribution/reset.md
@@ -63,6 +63,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>a -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/a.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/a.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/a.md b/reference/random/uniform_real_distribution/a.md
index ae8e6a484..3b4de4167 100644
--- a/reference/random/uniform_real_distribution/a.md
+++ b/reference/random/uniform_real_distribution/a.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>b -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/b.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/b.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/b.md b/reference/random/uniform_real_distribution/b.md
index 041a005da..5e8d69b08 100644
--- a/reference/random/uniform_real_distribution/b.md
+++ b/reference/random/uniform_real_distribution/b.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/max.md b/reference/random/uniform_real_distribution/max.md
index ae91c30ad..532ae59e1 100644
--- a/reference/random/uniform_real_distribution/max.md
+++ b/reference/random/uniform_real_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/min.md b/reference/random/uniform_real_distribution/min.md
index bd14c93fc..c870a6d5f 100644
--- a/reference/random/uniform_real_distribution/min.md
+++ b/reference/random/uniform_real_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/op_equal.md b/reference/random/uniform_real_distribution/op_equal.md
index 8b7723b37..0c786b952 100644
--- a/reference/random/uniform_real_distribution/op_equal.md
+++ b/reference/random/uniform_real_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/op_istream.md b/reference/random/uniform_real_distribution/op_istream.md
index 270eb26b4..dbde612c3 100644
--- a/reference/random/uniform_real_distribution/op_istream.md
+++ b/reference/random/uniform_real_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/op_not_equal.md b/reference/random/uniform_real_distribution/op_not_equal.md
index 7c3525071..efc3c6235 100644
--- a/reference/random/uniform_real_distribution/op_not_equal.md
+++ b/reference/random/uniform_real_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/op_ostream.md b/reference/random/uniform_real_distribution/op_ostream.md
index 79ed8b794..84131646b 100644
--- a/reference/random/uniform_real_distribution/op_ostream.md
+++ b/reference/random/uniform_real_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/param.md b/reference/random/uniform_real_distribution/param.md
index 3f4e7b681..135148213 100644
--- a/reference/random/uniform_real_distribution/param.md
+++ b/reference/random/uniform_real_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/uniform_real_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/uniform_real_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/uniform_real_distribution/reset.md b/reference/random/uniform_real_distribution/reset.md
index d04627eb1..e86ddcdbd 100644
--- a/reference/random/uniform_real_distribution/reset.md
+++ b/reference/random/uniform_real_distribution/reset.md
@@ -63,6 +63,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>a -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/a.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/a.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/a.md b/reference/random/weibull_distribution/a.md
index bd564a150..deb4ecc2f 100644
--- a/reference/random/weibull_distribution/a.md
+++ b/reference/random/weibull_distribution/a.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>b -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/b.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/b.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/b.md b/reference/random/weibull_distribution/b.md
index c3d5a4f08..6fb5c5c00 100644
--- a/reference/random/weibull_distribution/b.md
+++ b/reference/random/weibull_distribution/b.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>max -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/max.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/max.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/max.md b/reference/random/weibull_distribution/max.md
index 2911e9417..242c203d5 100644
--- a/reference/random/weibull_distribution/max.md
+++ b/reference/random/weibull_distribution/max.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>min -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/min.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/min.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/min.md b/reference/random/weibull_distribution/min.md
index fcac197f2..c532aba40 100644
--- a/reference/random/weibull_distribution/min.md
+++ b/reference/random/weibull_distribution/min.md
@@ -45,6 +45,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/op_equal.md b/reference/random/weibull_distribution/op_equal.md
index 4f2c917f1..aca948836 100644
--- a/reference/random/weibull_distribution/op_equal.md
+++ b/reference/random/weibull_distribution/op_equal.md
@@ -57,6 +57,3 @@ equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&gt;&gt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/op_istream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/op_istream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/op_istream.md b/reference/random/weibull_distribution/op_istream.md
index a5758994a..bb8e23a89 100644
--- a/reference/random/weibull_distribution/op_istream.md
+++ b/reference/random/weibull_distribution/op_istream.md
@@ -75,6 +75,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator!= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/op_not_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/op_not_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/op_not_equal.md b/reference/random/weibull_distribution/op_not_equal.md
index 3d1b0d2e2..96d0c0434 100644
--- a/reference/random/weibull_distribution/op_not_equal.md
+++ b/reference/random/weibull_distribution/op_not_equal.md
@@ -57,6 +57,3 @@ not equal
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/op_ostream.md b/reference/random/weibull_distribution/op_ostream.md
index a11373b2f..60d04e1f7 100644
--- a/reference/random/weibull_distribution/op_ostream.md
+++ b/reference/random/weibull_distribution/op_ostream.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>param -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/param.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/param.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/param.md b/reference/random/weibull_distribution/param.md
index c6d5fd3c4..9fab746d3 100644
--- a/reference/random/weibull_distribution/param.md
+++ b/reference/random/weibull_distribution/param.md
@@ -53,6 +53,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>reset -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/random/weibull_distribution/reset.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/random/weibull_distribution/reset.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/weibull_distribution/reset.md b/reference/random/weibull_distribution/reset.md
index ce331becd..9f44f559e 100644
--- a/reference/random/weibull_distribution/reset.md
+++ b/reference/random/weibull_distribution/reset.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.2 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/stop_token/stop_source/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/stop_token/stop_source/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stop_token/stop_source/swap.md b/reference/stop_token/stop_source/swap.md
index 861830e93..055c36108 100644
--- a/reference/stop_token/stop_source/swap.md
+++ b/reference/stop_token/stop_source/swap.md
@@ -54,6 +54,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>basic_streambuf -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/streambuf/basic_streambuf.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/streambuf/basic_streambuf.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/streambuf/basic_streambuf.md b/reference/streambuf/basic_streambuf.md
index b330e77cf..39f9d4d58 100644
--- a/reference/streambuf/basic_streambuf.md
+++ b/reference/streambuf/basic_streambuf.md
@@ -136,5 +136,3 @@ namespace std {
 | [`epptr`](basic_streambuf/epptr.md) | 出力部分列の終端へのポインタを返す (protected)。 | |
 | [`pbump`](basic_streambuf/pbump.md) | 出力部分列の現在位置を指定した量だけ進める (protected)。 | |
 | [`setp`](basic_streambuf/setp.md) | 出力部分列の各ポインタを設定する (protected)。 | |
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/streambuf/basic_streambuf/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/streambuf/basic_streambuf/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/streambuf/basic_streambuf/op_constructor.md b/reference/streambuf/basic_streambuf/op_constructor.md
index 4bcc34340..3e3443cc9 100644
--- a/reference/streambuf/basic_streambuf/op_constructor.md
+++ b/reference/streambuf/basic_streambuf/op_constructor.md
@@ -52,5 +52,3 @@ namespace std {
 ## バージョン
 ### 言語
 - C++98
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>eof -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/eof.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/eof.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/eof.md b/reference/string/char_traits/eof.md
index f719a8bfd..38f3fac87 100644
--- a/reference/string/char_traits/eof.md
+++ b/reference/string/char_traits/eof.md
@@ -46,5 +46,3 @@ int main()
 ```
 -1
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>eq -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/eq.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/eq.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/eq.md b/reference/string/char_traits/eq.md
index 7b6bee903..76d9478af 100644
--- a/reference/string/char_traits/eq.md
+++ b/reference/string/char_traits/eq.md
@@ -42,5 +42,3 @@ int main()
 ```
 equal
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>eq_int_type -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/eq_int_type.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/eq_int_type.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/eq_int_type.md b/reference/string/char_traits/eq_int_type.md
index d997d0232..e8a6352c3 100644
--- a/reference/string/char_traits/eq_int_type.md
+++ b/reference/string/char_traits/eq_int_type.md
@@ -44,5 +44,3 @@ int main()
 ```
 equal
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>lt -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/lt.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/lt.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/lt.md b/reference/string/char_traits/lt.md
index 012ecffae..c2de9bd52 100644
--- a/reference/string/char_traits/lt.md
+++ b/reference/string/char_traits/lt.md
@@ -42,5 +42,3 @@ int main()
 ```
 less
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>not_eof -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/not_eof.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/not_eof.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/not_eof.md b/reference/string/char_traits/not_eof.md
index 61e07623f..43c96187a 100644
--- a/reference/string/char_traits/not_eof.md
+++ b/reference/string/char_traits/not_eof.md
@@ -57,5 +57,3 @@ int main()
 true
 true
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>to_char_type -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/to_char_type.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/to_char_type.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/to_char_type.md b/reference/string/char_traits/to_char_type.md
index 49532e88b..ccee199d9 100644
--- a/reference/string/char_traits/to_char_type.md
+++ b/reference/string/char_traits/to_char_type.md
@@ -38,5 +38,3 @@ int main()
 ```
 A
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>to_int_type -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/string/char_traits/to_int_type.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/string/char_traits/to_int_type.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/char_traits/to_int_type.md b/reference/string/char_traits/to_int_type.md
index f90b84749..83664b356 100644
--- a/reference/string/char_traits/to_int_type.md
+++ b/reference/string/char_traits/to_int_type.md
@@ -38,5 +38,3 @@ int main()
 ```
 41
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>error_category -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_category.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_category.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_category.md b/reference/system_error/error_category.md
index cc32c4124..d56e32027 100644
--- a/reference/system_error/error_category.md
+++ b/reference/system_error/error_category.md
@@ -93,6 +93,3 @@ user defined error
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): ??
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>default_error_condition -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_category/default_error_condition.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_category/default_error_condition.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_category/default_error_condition.md b/reference/system_error/error_category/default_error_condition.md
index 709249e66..d5e4ed9bf 100644
--- a/reference/system_error/error_category/default_error_condition.md
+++ b/reference/system_error/error_category/default_error_condition.md
@@ -59,6 +59,3 @@ Not a directory
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>equivalent -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_category/equivalent.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_category/equivalent.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_category/equivalent.md b/reference/system_error/error_category/equivalent.md
index 51ce3622b..0504d2d78 100644
--- a/reference/system_error/error_category/equivalent.md
+++ b/reference/system_error/error_category/equivalent.md
@@ -70,5 +70,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator== -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_category/op_equal.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_category/op_equal.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_category/op_equal.md b/reference/system_error/error_category/op_equal.md
index e7c268fae..398768eec 100644
--- a/reference/system_error/error_category/op_equal.md
+++ b/reference/system_error/error_category/op_equal.md
@@ -62,6 +62,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>assign -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/assign.md b/reference/system_error/error_code/assign.md
index 1f4b9661e..d66c8eba7 100644
--- a/reference/system_error/error_code/assign.md
+++ b/reference/system_error/error_code/assign.md
@@ -70,6 +70,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>category -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/category.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/category.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/category.md b/reference/system_error/error_code/category.md
index 40aa1a4ae..da4fba9ea 100644
--- a/reference/system_error/error_code/category.md
+++ b/reference/system_error/error_code/category.md
@@ -55,6 +55,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>clear -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/clear.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/clear.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/clear.md b/reference/system_error/error_code/clear.md
index 0e8cf3b90..fac04c068 100644
--- a/reference/system_error/error_code/clear.md
+++ b/reference/system_error/error_code/clear.md
@@ -70,6 +70,3 @@ system
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>default_error_condition -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/default_error_condition.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/default_error_condition.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/default_error_condition.md b/reference/system_error/error_code/default_error_condition.md
index 7a4af11bb..7f22b2e71 100644
--- a/reference/system_error/error_code/default_error_condition.md
+++ b/reference/system_error/error_code/default_error_condition.md
@@ -85,6 +85,3 @@ Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>message -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/message.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/message.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/message.md b/reference/system_error/error_code/message.md
index 2ead5cb7c..59e1d34fe 100644
--- a/reference/system_error/error_code/message.md
+++ b/reference/system_error/error_code/message.md
@@ -48,5 +48,3 @@ Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/op_assign.md b/reference/system_error/error_code/op_assign.md
index bb4c40482..dfbf2ffac 100644
--- a/reference/system_error/error_code/op_assign.md
+++ b/reference/system_error/error_code/op_assign.md
@@ -84,6 +84,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>explicit operator bool -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/op_bool.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/op_bool.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/op_bool.md b/reference/system_error/error_code/op_bool.md
index 7c8658f20..731a0ff00 100644
--- a/reference/system_error/error_code/op_bool.md
+++ b/reference/system_error/error_code/op_bool.md
@@ -69,6 +69,3 @@ error! : Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/op_less.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/op_less.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/op_less.md b/reference/system_error/error_code/op_less.md
index cbd1aa81c..07ef930e1 100644
--- a/reference/system_error/error_code/op_less.md
+++ b/reference/system_error/error_code/op_less.md
@@ -60,5 +60,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt;&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/op_ostream.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/op_ostream.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/op_ostream.md b/reference/system_error/error_code/op_ostream.md
index 86092b93a..c3cd3b334 100644
--- a/reference/system_error/error_code/op_ostream.md
+++ b/reference/system_error/error_code/op_ostream.md
@@ -57,6 +57,3 @@ generic:22
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>value -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_code/value.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_code/value.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code/value.md b/reference/system_error/error_code/value.md
index da4725d8e..d0b3334f9 100644
--- a/reference/system_error/error_code/value.md
+++ b/reference/system_error/error_code/value.md
@@ -51,6 +51,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.6.1 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>assign -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/assign.md b/reference/system_error/error_condition/assign.md
index 837bce913..88297c4f4 100644
--- a/reference/system_error/error_condition/assign.md
+++ b/reference/system_error/error_condition/assign.md
@@ -70,6 +70,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>category -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/category.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/category.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/category.md b/reference/system_error/error_condition/category.md
index ecc29911f..5740edc22 100644
--- a/reference/system_error/error_condition/category.md
+++ b/reference/system_error/error_condition/category.md
@@ -55,6 +55,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>clear -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/clear.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/clear.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/clear.md b/reference/system_error/error_condition/clear.md
index d3a5f8c25..dea566d06 100644
--- a/reference/system_error/error_condition/clear.md
+++ b/reference/system_error/error_condition/clear.md
@@ -71,6 +71,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>message -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/message.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/message.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/message.md b/reference/system_error/error_condition/message.md
index bb475a037..f60f423ea 100644
--- a/reference/system_error/error_condition/message.md
+++ b/reference/system_error/error_condition/message.md
@@ -54,6 +54,3 @@ Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/op_assign.md b/reference/system_error/error_condition/op_assign.md
index 1f64345d9..4db1d8b5d 100644
--- a/reference/system_error/error_condition/op_assign.md
+++ b/reference/system_error/error_condition/op_assign.md
@@ -77,6 +77,3 @@ generic
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>explicit operator bool -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/op_bool.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/op_bool.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/op_bool.md b/reference/system_error/error_condition/op_bool.md
index 95f3df5da..f6a1c134c 100644
--- a/reference/system_error/error_condition/op_bool.md
+++ b/reference/system_error/error_condition/op_bool.md
@@ -69,6 +69,3 @@ error! : Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator&lt; -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/op_less.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/op_less.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/op_less.md b/reference/system_error/error_condition/op_less.md
index 1988ccebb..ea966e57b 100644
--- a/reference/system_error/error_condition/op_less.md
+++ b/reference/system_error/error_condition/op_less.md
@@ -60,5 +60,3 @@ false
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>value -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/error_condition/value.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/error_condition/value.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_condition/value.md b/reference/system_error/error_condition/value.md
index 608eb5b15..32ada3661 100644
--- a/reference/system_error/error_condition/value.md
+++ b/reference/system_error/error_condition/value.md
@@ -51,6 +51,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>make_error_code -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/make_error_code.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/make_error_code.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/make_error_code.md b/reference/system_error/make_error_code.md
index 249e17ff6..6df3f588f 100644
--- a/reference/system_error/make_error_code.md
+++ b/reference/system_error/make_error_code.md
@@ -60,6 +60,3 @@ message : Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>make_error_condition -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/system_error/make_error_condition.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/system_error/make_error_condition.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/make_error_condition.md b/reference/system_error/make_error_condition.md
index e403a3689..07d3d97eb 100644
--- a/reference/system_error/make_error_condition.md
+++ b/reference/system_error/make_error_condition.md
@@ -62,6 +62,3 @@ message : Invalid argument
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>get_id -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/this_thread/get_id.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/this_thread/get_id.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/this_thread/get_id.md b/reference/thread/this_thread/get_id.md
index d682f7fb1..16b1d9e17 100644
--- a/reference/thread/this_thread/get_id.md
+++ b/reference/thread/this_thread/get_id.md
@@ -53,6 +53,3 @@ thread_id=538af0
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>get_id -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/get_id.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/get_id.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/get_id.md b/reference/thread/thread/get_id.md
index 7940f01f6..d3afa2402 100644
--- a/reference/thread/thread/get_id.md
+++ b/reference/thread/thread/get_id.md
@@ -55,6 +55,3 @@ int main()
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>joinable -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/joinable.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/joinable.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/joinable.md b/reference/thread/thread/joinable.md
index 0cf6b041c..e74bba4c8 100644
--- a/reference/thread/thread/joinable.md
+++ b/reference/thread/thread/joinable.md
@@ -50,5 +50,3 @@ int main()
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>native_handle -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/native_handle.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/native_handle.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/native_handle.md b/reference/thread/thread/native_handle.md
index c0e73d058..6b4100e73 100644
--- a/reference/thread/thread/native_handle.md
+++ b/reference/thread/thread/native_handle.md
@@ -57,5 +57,3 @@ func
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): ??
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>operator= -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/op_assign.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/op_assign.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/op_assign.md b/reference/thread/thread/op_assign.md
index 59c690ba1..235a3eb41 100644
--- a/reference/thread/thread/op_assign.md
+++ b/reference/thread/thread/op_assign.md
@@ -65,6 +65,3 @@ int main()
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/op_destructor.md b/reference/thread/thread/op_destructor.md
index 01540e91c..123130de9 100644
--- a/reference/thread/thread/op_destructor.md
+++ b/reference/thread/thread/op_destructor.md
@@ -46,6 +46,3 @@ int main()
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/swap.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/swap.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/swap.md b/reference/thread/thread/swap.md
index fd71e14ad..e305710ce 100644
--- a/reference/thread/thread/swap.md
+++ b/reference/thread/thread/swap.md
@@ -52,6 +52,3 @@ int main()
 - [Clang](/implementation.md#clang):
 - [GCC](/implementation.md#gcc): 4.6.3 [mark verified], 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>swap (非メンバ関数) -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/thread/thread/swap_free.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/thread/thread/swap_free.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/thread/thread/swap_free.md b/reference/thread/thread/swap_free.md
index 119aa7c6a..33aa02543 100644
--- a/reference/thread/thread/swap_free.md
+++ b/reference/thread/thread/swap_free.md
@@ -57,6 +57,3 @@ int main()
 - [Clang](/implementation.md#clang): ??
 - [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified]
-
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bad_cast -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/bad_cast.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/bad_cast.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/bad_cast.md b/reference/typeinfo/bad_cast.md
index d3d7d4c4e..ef44d8fb4 100644
--- a/reference/typeinfo/bad_cast.md
+++ b/reference/typeinfo/bad_cast.md
@@ -49,5 +49,3 @@ int main ()
 ```
 std::bad_cast
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>bad_typeid -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/bad_typeid.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/bad_typeid.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/bad_typeid.md b/reference/typeinfo/bad_typeid.md
index 0cbb6fc97..427d0a8b1 100644
--- a/reference/typeinfo/bad_typeid.md
+++ b/reference/typeinfo/bad_typeid.md
@@ -54,5 +54,3 @@ int main()
 1: Polymorphic*
 std::bad_typeid
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>type_info -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/type_info.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/type_info.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/type_info.md b/reference/typeinfo/type_info.md
index a928c57ae..a4e5b929c 100644
--- a/reference/typeinfo/type_info.md
+++ b/reference/typeinfo/type_info.md
@@ -91,5 +91,3 @@ polyderived is: struct PolyDerived
  *ppolybase is: struct PolyDerived
 same type? true
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>before -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/type_info/before.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/type_info/before.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/type_info/before.md b/reference/typeinfo/type_info/before.md
index 8fc27c70d..90dc4d315 100644
--- a/reference/typeinfo/type_info/before.md
+++ b/reference/typeinfo/type_info/before.md
@@ -45,5 +45,3 @@ int main()
 ```
 true
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>name -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/type_info/name.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/type_info/name.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/type_info/name.md b/reference/typeinfo/type_info/name.md
index 32fe82bbb..4bd14dee3 100644
--- a/reference/typeinfo/type_info/name.md
+++ b/reference/typeinfo/type_info/name.md
@@ -46,5 +46,3 @@ int main()
 i
 c
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>コンストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/type_info/op_constructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/type_info/op_constructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/type_info/op_constructor.md b/reference/typeinfo/type_info/op_constructor.md
index ab0a4f656..566306d31 100644
--- a/reference/typeinfo/type_info/op_constructor.md
+++ b/reference/typeinfo/type_info/op_constructor.md
@@ -34,5 +34,3 @@ int main()
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>デストラクタ -- removing unused reference column</title>
      <link href="https://cpprefjp.github.io/reference/typeinfo/type_info/op_destructor.html"/>
      <id>bce498a01b461dedf4b0eceed39e5b8d1dba6ff0:reference/typeinfo/type_info/op_destructor.md</id>
      <updated>2026-09-16T21:49:06+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/typeinfo/type_info/op_destructor.md b/reference/typeinfo/type_info/op_destructor.md
index f45805640..b27fbe468 100644
--- a/reference/typeinfo/type_info/op_destructor.md
+++ b/reference/typeinfo/type_info/op_destructor.md
@@ -19,5 +19,3 @@ virtual ~type_info();
 ### 出力
 ```
 ```
-
-## 参照
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>rotarymars</name>
        <email>s.goto2050@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>要素数不明の配列への変換を許可 [P0388R4] -- cpp20/permit_conversions_to_arrays_of_unknown_bound: fix example</title>
      <link href="https://cpprefjp.github.io/lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.html"/>
      <id>fdc73ae452c4305fb6926774fafb54c19e0af0f1:lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.md</id>
      <updated>2026-09-18T12:59:29+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.md b/lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.md
index 5b8d3bc8d..f250fc9b1 100644
--- a/lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.md
+++ b/lang/cpp20/permit_conversions_to_arrays_of_unknown_bound.md
@@ -55,19 +55,16 @@ int main()
 #include &amp;lt;iostream&amp;gt;
 
 void f(int(&amp;amp;&amp;amp;)[]){ std::cout &amp;lt;&amp;lt; &amp;#34;unknown bound\n&amp;#34;; }
-void f(int(&amp;amp;&amp;amp;)[0]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 0\n&amp;#34;; }
 void f(int(&amp;amp;&amp;amp;)[2]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 2\n&amp;#34;; }
 void f(int(&amp;amp;&amp;amp;)[4]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 4\n&amp;#34;; }
 
 void g(int(&amp;amp;&amp;amp;)[]){ std::cout &amp;lt;&amp;lt; &amp;#34;unknown bound\n&amp;#34;; }
-void g(double(&amp;amp;&amp;amp;)[0]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 0\n&amp;#34;; }
 void g(double(&amp;amp;&amp;amp;)[1]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 1\n&amp;#34;; }
 void g(double(&amp;amp;&amp;amp;)[2]){ std::cout &amp;lt;&amp;lt; &amp;#34;bound 2\n&amp;#34;; }
 
 int main()
 {
   std::cout &amp;lt;&amp;lt; &amp;#34;f:\n&amp;#34;;
-  f({});
   f({0});
   f({0, 0});
   f({0, 0, 0});
@@ -84,7 +81,6 @@ int main()
 ### 出力
 ```
 f:
-bound 0
 unknown bound
 bound 2
 unknown bound
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>yoh</name>
        <email>kawasaki.liamg@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>shl -- shl, shr : Clangで実装された</title>
      <link href="https://cpprefjp.github.io/reference/bit/shl.html"/>
      <id>929d135e7b74f937cdc705656f2c5b542f8b2fdd:reference/bit/shl.md</id>
      <updated>2026-09-17T14:00:25+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/bit/shl.md b/reference/bit/shl.md
index 605a93c40..802fd9f08 100644
--- a/reference/bit/shl.md
+++ b/reference/bit/shl.md
@@ -61,7 +61,7 @@ int main()
 - C++29
 
 ### 処理系
-- [Clang](/implementation.md#clang): 22 [mark noimpl]
+- [Clang](/implementation.md#clang): 24 [mark verified]
 - [GCC](/implementation.md#gcc): 17 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2026 Update 2 [mark noimpl]
 
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>Akira Takahashi</name>
        <email>faithandbrave@gmail.com</email>
      </author>
    </entry>
  
    <entry>
      <title>shr -- shl, shr : Clangで実装された</title>
      <link href="https://cpprefjp.github.io/reference/bit/shr.html"/>
      <id>929d135e7b74f937cdc705656f2c5b542f8b2fdd:reference/bit/shr.md</id>
      <updated>2026-09-17T14:00:25+09:00</updated>
      
        <summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/bit/shr.md b/reference/bit/shr.md
index cf308e02c..0c1715d83 100644
--- a/reference/bit/shr.md
+++ b/reference/bit/shr.md
@@ -63,7 +63,7 @@ int main()
 - C++29
 
 ### 処理系
-- [Clang](/implementation.md#clang): 22 [mark noimpl]
+- [Clang](/implementation.md#clang): 24 [mark verified]
 - [GCC](/implementation.md#gcc): 17 [mark verified]
 - [Visual C++](/implementation.md#visual_cpp): 2026 Update 2 [mark noimpl]
 
&lt;/code&gt;&lt;/pre&gt;</summary>
      
      <author>
        <name>Akira Takahashi</name>
        <email>faithandbrave@gmail.com</email>
      </author>
    </entry>
  
</feed>