22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-07-27T10:13:52.716465 </updated >
6- <id >2c4e6be6-041f-4b58-b3ae-da77f89dcf93 </id >
5+ <updated >2026-07-27T11:20:06.086096 </updated >
6+ <id >a6cb0e1b-2f4b-4efb-8c39-fd72d0cc63b4 </id >
77
88
99 <entry >
@@ -420,139 +420,4 @@ index 876ad7081..31c1023d2 100644
420420 </author >
421421 </entry >
422422
423- <entry >
424- <title >function_ref -- function_ref : GCCで動作確認</title >
425- <link href =" https://cpprefjp.github.io/reference/functional/function_ref.html" />
426- <id >5a102c9555cae0932faf646f234bb7da6e37ad8a:reference/functional/function_ref.md</id >
427- <updated >2026-07-26T14:33:13+09:00</updated >
428-
429- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref.md b/reference/functional/function_ref.md
430- index 23d5f9636..f77eba736 100644
431- --- a/reference/functional/function_ref.md
432- +++ b/reference/functional/function_ref.md
433- @@ -105,7 +105,7 @@ int main()
434-
435- ### 処理系
436- - [Clang](/implementation.md#clang): ??
437- -- [GCC](/implementation.md#gcc): ??
438- +- [GCC](/implementation.md#gcc): 16.1 [mark verified]
439- - [ICC](/implementation.md#icc): ??
440- - [Visual C++](/implementation.md#visual_cpp): ??
441-
442- < /code>< /pre> </summary >
443-
444- <author >
445- <name >Akira Takahashi</name >
446- <email >faithandbrave@gmail.com</email >
447- </author >
448- </entry >
449-
450- <entry >
451- <title >operator= -- function_ref : GCCで動作確認</title >
452- <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_assign.html" />
453- <id >5a102c9555cae0932faf646f234bb7da6e37ad8a:reference/functional/function_ref/op_assign.md</id >
454- <updated >2026-07-26T14:33:13+09:00</updated >
455-
456- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_assign.md b/reference/functional/function_ref/op_assign.md
457- index 17c06522b..284ae5679 100644
458- --- a/reference/functional/function_ref/op_assign.md
459- +++ b/reference/functional/function_ref/op_assign.md
460- @@ -66,7 +66,7 @@ int main()
461-
462- ### 処理系
463- - [Clang](/implementation.md#clang): ??
464- -- [GCC](/implementation.md#gcc): ??
465- +- [GCC](/implementation.md#gcc): 16.1 [mark verified]
466- - [ICC](/implementation.md#icc): ??
467- - [Visual C++](/implementation.md#visual_cpp): ??
468-
469- < /code>< /pre> </summary >
470-
471- <author >
472- <name >Akira Takahashi</name >
473- <email >faithandbrave@gmail.com</email >
474- </author >
475- </entry >
476-
477- <entry >
478- <title >operator() -- function_ref : GCCで動作確認</title >
479- <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_call.html" />
480- <id >5a102c9555cae0932faf646f234bb7da6e37ad8a:reference/functional/function_ref/op_call.md</id >
481- <updated >2026-07-26T14:33:13+09:00</updated >
482-
483- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_call.md b/reference/functional/function_ref/op_call.md
484- index 7384477db..e0d500feb 100644
485- --- a/reference/functional/function_ref/op_call.md
486- +++ b/reference/functional/function_ref/op_call.md
487- @@ -60,7 +60,7 @@ int main()
488-
489- ### 処理系
490- - [Clang](/implementation.md#clang): ??
491- -- [GCC](/implementation.md#gcc): ??
492- +- [GCC](/implementation.md#gcc): 16.1 [mark verified]
493- - [ICC](/implementation.md#icc): ??
494- - [Visual C++](/implementation.md#visual_cpp): ??
495-
496- < /code>< /pre> </summary >
497-
498- <author >
499- <name >Akira Takahashi</name >
500- <email >faithandbrave@gmail.com</email >
501- </author >
502- </entry >
503-
504- <entry >
505- <title >コンストラクタ -- function_ref : GCCで動作確認</title >
506- <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_constructor.html" />
507- <id >5a102c9555cae0932faf646f234bb7da6e37ad8a:reference/functional/function_ref/op_constructor.md</id >
508- <updated >2026-07-26T14:33:13+09:00</updated >
509-
510- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_constructor.md b/reference/functional/function_ref/op_constructor.md
511- index 1f17f60ea..0e741337a 100644
512- --- a/reference/functional/function_ref/op_constructor.md
513- +++ b/reference/functional/function_ref/op_constructor.md
514- @@ -163,7 +163,7 @@ int main()
515-
516- ### 処理系
517- - [Clang](/implementation.md#clang): ??
518- -- [GCC](/implementation.md#gcc): ??
519- +- [GCC](/implementation.md#gcc): 16.1 [mark verified]
520- - [ICC](/implementation.md#icc): ??
521- - [Visual C++](/implementation.md#visual_cpp): ??
522-
523- < /code>< /pre> </summary >
524-
525- <author >
526- <name >Akira Takahashi</name >
527- <email >faithandbrave@gmail.com</email >
528- </author >
529- </entry >
530-
531- <entry >
532- <title >推論補助 -- function_ref : GCCで動作確認</title >
533- <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_deduction_guide.html" />
534- <id >5a102c9555cae0932faf646f234bb7da6e37ad8a:reference/functional/function_ref/op_deduction_guide.md</id >
535- <updated >2026-07-26T14:33:13+09:00</updated >
536-
537- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_deduction_guide.md b/reference/functional/function_ref/op_deduction_guide.md
538- index 8c0e30950..876ad7081 100644
539- --- a/reference/functional/function_ref/op_deduction_guide.md
540- +++ b/reference/functional/function_ref/op_deduction_guide.md
541- @@ -83,7 +83,7 @@ int main()
542-
543- ### 処理系
544- - [Clang](/implementation.md#clang): ??
545- -- [GCC](/implementation.md#gcc): ??
546- +- [GCC](/implementation.md#gcc): 16.1 [mark verified]
547- - [ICC](/implementation.md#icc): ??
548- - [Visual C++](/implementation.md#visual_cpp): ??
549-
550- < /code>< /pre> </summary >
551-
552- <author >
553- <name >Akira Takahashi</name >
554- <email >faithandbrave@gmail.com</email >
555- </author >
556- </entry >
557-
558423</feed >
0 commit comments