22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-01-08T11:55:08.059345 </updated >
6- <id >dc72a2b0-ff13-41e3-a180-d4bfae56d4ef </id >
5+ <updated >2026-01-08T13:24:03.188544 </updated >
6+ <id >9a60ee9f-19c7-4279-9eb6-068c768f0cca </id >
77
88
9+ <entry >
10+ <title >logic_error -- logic_error : コンパイルエラーを修正</title >
11+ <link href =" https://cpprefjp.github.io/reference/stdexcept/logic_error.html" />
12+ <id >62d4905bc289539e412e9447f6d1284fed14f918:reference/stdexcept/logic_error.md</id >
13+ <updated >2026-01-08T21:52:39+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
16+ index fd4063680..f63d0f109 100644
17+ --- a/reference/stdexcept/logic_error.md
18+ +++ b/reference/stdexcept/logic_error.md
19+ @@ -31,7 +31,7 @@ namespace std {
20+
21+ int square_root(int num) {
22+ if (num & lt; 0) {
23+ - throw std::invalid_argument(& #34;Cannot perform calculations with negative numbers!& #34;)
24+ + throw std::invalid_argument(& #34;Cannot perform calculations with negative numbers!& #34;);
25+ }
26+ return num * num;
27+ }
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >Raclamusi</name >
32+ <email >raclamusi@gmail.com</email >
33+ </author >
34+ </entry >
35+
936 <entry >
1037 <title >SI接頭辞 -- ratio/si_prefix: meta aliasタグ追加(#1545)</title >
1138 <link href =" https://cpprefjp.github.io/reference/ratio/si_prefix.html" />
@@ -656,30 +683,4 @@ index 48fda8af9..f882c46f2 100644
656683 </author >
657684 </entry >
658685
659- <entry >
660- <title >counting_semaphore -- semaphore/counting_semaphore: meta aliasタグ追加(#1545)</title >
661- <link href =" https://cpprefjp.github.io/reference/semaphore/counting_semaphore.html" />
662- <id >409e69d74025e49ac0dfea88190c3ff48fa1d402:reference/semaphore/counting_semaphore.md</id >
663- <updated >2026-01-08T20:26:22+09:00</updated >
664-
665- <summary type =" html" >< pre>< code> diff --git a/reference/semaphore/counting_semaphore.md b/reference/semaphore/counting_semaphore.md
666- index 03558e00b..d2cd7bb2c 100644
667- --- a/reference/semaphore/counting_semaphore.md
668- +++ b/reference/semaphore/counting_semaphore.md
669- @@ -3,6 +3,7 @@
670- * class template[meta id-type]
671- * std[meta namespace]
672- * cpp20[meta cpp]
673- +* binary_semaphore[meta alias]
674-
675- ```cpp
676- namespace std {
677- < /code>< /pre> </summary >
678-
679- <author >
680- <name >yoh</name >
681- <email >kawasaki.liamg@gmail.com</email >
682- </author >
683- </entry >
684-
685686</feed >
0 commit comments