Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cpprefjp/site

cpprefjpサイトのMarkdownソース
https://github.com/cpprefjp/site

random_device : MicrosoftのページからRtlGenRandomが削除されたので、リンク削除 (close #838)

c3c008692f94ab070a257f51d01610775b5ad99d authored almost 4 years ago by Akira Takahashi <[email protected]>
fix(implementation): use MinGW-w64 url instead of mingw url

close #837

0be3b5b752ed353d5544382bf81c7a5758f6d6f8 authored almost 4 years ago by yumetodo <[email protected]>
set_symmetric_difference : 互いに素な集合という表現をやめた

9cb444c623e2456e705b37e3601d48364d2fd8dc authored almost 4 years ago by Akira Takahashi <[email protected]>
unreachable_sentinel_t追加 #712

f4e8f9ab03e0048317ff8b30f9557450d8b40f0e authored almost 4 years ago by onihusube <[email protected]>
Merge pull request #836 from admiswalker/patch-1

Update basic_string.md

08ef78dc904ea3fa1c5f2323ca435c7c0eb9b8b2 authored almost 4 years ago by Akira Takahashi <[email protected]>
Update basic_string.md

シフト幅の調整

bec0a00c7ac73c2793607707ac46fb43cfd59ac5 authored almost 4 years ago by ADMIS_Walker <[email protected]>
counted_iterator iter_move/swap追加 #712

6c548268c51fa7309b4ca575a852eb00e2eab2c0 authored almost 4 years ago by onihusube <[email protected]>
Merge pull request #835 from cpprefjp/fix-817

戻り値の説明文が型の修正に追従していなかった問題に対応

4c3519248b4d29f7fd1051a885cfcc41593f61df authored almost 4 years ago by Akira Takahashi <[email protected]>
戻り値の説明文が型の修正に追従していなかった問題に対応

dccb0d007d85c639e7198cb9b146647e4c1efbda authored almost 4 years ago by I <[email protected]>
Merge pull request #834 from lehshell/ifstream

Fixed mistakes in ifstream and ofstream base class

a6d3326b043691f59fbddea3f35288f701bd2b6b authored almost 4 years ago by yumetodo <[email protected]>
Fixed mistakes in ifstream and ofstream base class

d54605505faa37be23e260b7ba975dd86c1c053a authored almost 4 years ago by lehshell <[email protected]>
Merge pull request #833 from cpprefjp/remove-concept-non-type-constraint-patch

非型テンプレート制約を削除

7e82207cc75d4c4fd84eccded2b80d09cb82fc75 authored almost 4 years ago by Akira Takahashi <[email protected]>
非型テンプレート制約を削除

https://timsong-cpp.github.io/cppwp/n4861/temp.param#4

https://godbolt.org/z/doY7We

規格上も実装...

ef32aea61e8c96a00ab48eb5ecbd95d76c3b6d7e authored almost 4 years ago by nilgawa <[email protected]>
C++20 : 「constexpr関数内でのtry-catchブロックを許可」を追加

93de7876e9ed03ec51f2bc6c308599aa5136fdaa authored almost 4 years ago by Akira Takahashi <[email protected]>
gcd, lcm : 説明を整理

- 「要件」を規格フォーマットに従って適格要件と事前条件に分割
- 負の最大公約数が生成されることが説明不足していたので追記

ec9c1af5e32c144724e7a41116a704b63647b19f authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 Unicode標準更新 : ページのフォーマットを雛形に合わせた

09a918b74c675b979881157793e9e13d6c3d8caa authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「Unicode標準への参照を更新」を追加

a91c012f4b7389009e90806e661d141acb86fe14 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 ユーザー宣言したコンストラクタを持つクラスの集成体初期化を禁止 : 概要文章を修正

f31ad463debd497a9e00915a71f9bb287dc1c4b9 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「ユーザー宣言したコンストラクタを持つクラスの集成体初期化を禁止」を追加

5ae43f569e30f805a7a186b9fc8fe0ae58aaa651 authored almost 4 years ago by Akira Takahashi <[email protected]>
char_traits : サンプルコードの出力を書いてなかった

2c1cae62006753d7c7b5ca2526c83ffb770b8a0f authored almost 4 years ago by Akira Takahashi <[email protected]>
char_traits : 大文字・小文字を区別しない比較の例を追加

f2fec346b3ea845e628af731c0768521c95951cc authored almost 4 years ago by Akira Takahashi <[email protected]>
function/move-ctor: P0771R1対応

627a6d26207cd9af0ab65f436081551b9e3f1a12 authored almost 4 years ago by yoh <[email protected]>
bit_cast: 戻り値説明を調整, GCC11以降で対応

fd45b544f2189727ef613e5acc40f683a17e3d9b authored almost 4 years ago by yoh <[email protected]>
source_location: GCC 11.0以降で対応

3888aba67b50caf6b538b1c521874cbda68f0244 authored almost 4 years ago by yoh <[email protected]>
即時関数の解説を追加

close #832

5049dfad81007afa1a87e2c17a4877bcd399a377 authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
"要素数不明の配列への変換を許可"の解説を追加

close #831

812f380467832b461366708d40716c4571c8250c authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
C++20 : 「`throw()`による例外送出しない指定を削除」を追加

ea7c7de9b0c2095b6c91fc2949e79bad677104ff authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20, 実装状況 : ファイル名を一旦全部つけた

7d0a1ef07ad39b6d0eb87809c0bddec58bb57a06 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「入れ子名前空間定義でのインライン名前空間」を追加

7572865bc7931b4c83a8cb7a6d1059ef0657bf02 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「構造化束縛した変数の参照キャプチャを許可」を追加

a4683eeb0ecc14a5cb960a876e92c406ee9a7bf6 authored almost 4 years ago by Akira Takahashi <[email protected]>
nolink解除

0b90ab669bcebfa20cb22ef49a397ec3a595113f authored almost 4 years ago by Akira Takahashi <[email protected]>
new式での配列要素数の推論の解説を追加

close #830

76df9812f3cb9f65abfc2c3a6388092d0999767f authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
Update range_based_for.md

for文への展開について、一般化した展開後のコードとC++17へのリンクを追加

98e42251d6ea71ba8d14866d85edbc521680b965 authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
IS : 最新規格をC++20に変更

8c9ba043a39a3dd8c2ceecc2556d208693327967 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 関数テンプレートに明示的に型指定した場合にADLで見つからない問題を修正 : 互換性について記載

f397d54c19dc6d0221310c5f7299e8322b458238 authored almost 4 years ago by Akira Takahashi <[email protected]>
variantのget : ADLで呼び出す例を追加

4e1a821546e2e22aa6868968ea64bff085925f1c authored almost 4 years ago by Akira Takahashi <[email protected]>
リンク修正

8386a54f3ec6e2b5f4aa60d2d9e629e865c07ac2 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「関数テンプレートに明示的に型指定した場合にADLで見つからない問題を修正」を追加 (close #719)

be9276ee6327f51e3e4e2c5dd8974548f478d051 authored almost 4 years ago by Akira Takahashi <[email protected]>
counteg_iterator::oepartor<=> : 文章の調整

9c0e1d2d90fbb5b5a9c360adddaaa809dfbd201c authored almost 4 years ago by onihusube <[email protected]>
chore(from_chars_result): link to errc

79c81a4ba8be4f5925d2732e25fe2d591abfad74 authored almost 4 years ago by yumetodo <[email protected]>
Update remove_export_templates.md

exportキーワードの再利用について記載

61bb081b43456700b56c8f68d0f6c2fdbee9b590 authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
pair : 構造的型の仕様を追加し、訳語表にも構造的型を追加

c5a99571d14e9d3ec334c972aeec7fae7013cf42 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 非型テンプレートパラメータとしてクラス型を許可する : 参照文書のタイトルを修正

db7bea1eaded77d45a0af8de5ca24ceb536c64a6 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 非型テンプレートパラメータとしてクラス型を許可する : pairは構造的型だったので例と実装バグを記載

94eb023b95a4cf7b1d2df578736e8bdab8eae8a5 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 非型テンプレートパラメータとしてクラス型を許可する : structural typeは既存の訳語として「構造的型」があったのでそれに変更

3c7c0dfe95b00a9844d6ac3e83795a9ef3d5d5b0 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 非型テンプレートパラメータとしてクラス型を許可する : 一行説明として削除されたstrong_equalityへの言及をなくした

a27516c8471e511c1a3e6d0779ef5dcf54db69c2 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「非型テンプレートパラメータとしてクラス型を許可する」を追加

ca1e16d539f5f406434482bd64d3d0b6f0d023f9 authored almost 4 years ago by Akira Takahashi <[email protected]>
説明の調整

530c15042b4ebb574b4974800e0b9fadef007d92 authored almost 4 years ago by onihusube <[email protected]>
Hidden Friends : サンプルコードの修正

a9966668df1e8de38c3a41b7070850f80ad4088c authored almost 4 years ago by onihusube <[email protected]>
counted_iterator::operator<=>追加 #712

e407231c1b425a946724d3224237cc156620eefe authored almost 4 years ago by onihusube <[email protected]>
counted_iterator::operator==追加 #712

6bada316578d9d9a932edaedfc0728c7e6ce6cd1 authored almost 4 years ago by onihusube <[email protected]>
C++20 : 「エイリアステンプレート経由でのクラステンプレートのテンプレート引数推論」を追加

c045732946b4c06bb83605a634d725ad22b95d8f authored almost 4 years ago by Akira Takahashi <[email protected]>
type_identity : トレイト定義の例を追加

3b40fdfee2fbfd9e9b714749adba6c7973c0ed6c authored almost 4 years ago by Akira Takahashi <[email protected]>
type_identity : 末尾スペースを削除

9fcc39b2a6faec156401461aa6e47e82ceb08992 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 「集成体クラステンプレートのテンプレート引数推論」 : 推論してなかった

397acc2bfb5a910bfcd0b41f1aee20d072cc39b2 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「ラムダ式の制約」はコンセプトページでカバーしているので削除

d9aa760f149bbdd5d55daabf6554aa5eb079b98d authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : ラムダ式のautoパラメータ型を制約する例としてrequires節も使用するようにした

6598782b5d4e8c4d4ba4a7a23cc5a3c8b8b4d768 authored almost 4 years ago by Akira Takahashi <[email protected]>
Update relaxing_the_range_for_loop_customization_point_finding_rules.md

範囲for文は、`begin` `end`がメンバ関数でなくても名前が一致するだけでメンバ関数の`begin()` `end()`を使おうとします。
(`std::stringstream:...

2fb7b802fb32017ceb6fdb36554d09110bf97725 authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
リンクミスを修正

d2b1c4f7e8ec36327e3a827cb4aae0c32272f3f1 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「集成体クラステンプレートのテンプレート引数推論」を追加

5cadd49bf4c7ad9343db35e9cf34764a9dced734 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20が正式発行されたので予定を確定させた

955dc8d39be278d3685ed0ebad908c2cb2b9f872 authored almost 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #826 from ToruNiina/typo-comment

static_assertのメッセージにあるtypoの修正

a29c8404b464ed6d09740ee4ab509c073ffdd3b5 authored almost 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #828 from cpprefjp/range-based-for-patch

範囲for文の展開後のコードをN3337に忠実なものに変更

5245f060891676fea4162fda38a02dedd26e737d authored almost 4 years ago by Akira Takahashi <[email protected]>
counted_iterator : 非メンバ-追加 #712

96e028905e6bff13204885857562950c8a58ec86 authored almost 4 years ago by onihusube <[email protected]>
counted_iterator : 複合代入演算子追加 #712

e429a19ad588660457c4d44d5a48e6c2e5b47e7a authored almost 4 years ago by onihusube <[email protected]>
Update range_based_for.md

範囲for文の展開後のコードをN3337に忠実なものに変更

e0a8bdd708dce463ecc4b874f74a0296adbd7f65 authored almost 4 years ago by Tetsuro Matsumura <[email protected]>
condition_variable_any: wait_* 戻り値の説明誤り修正

b51e57217b1205a7a54060e19e0fccd6ea88e500 authored almost 4 years ago by yoh <[email protected]>
input_iterator : ITER_CONCEPTの効果修正

28ee2f89fd3b428ae29d13c8de4880a6ec3ee932 authored almost 4 years ago by onihusube <[email protected]>
表示調整

9c3f1ea053dcf0643a53c1ae3fa45d65d149eacf authored almost 4 years ago by onihusube <[email protected]>
リンク修正

2ed57ba6febb7a6c4e925452ca3f72a0899800bb authored almost 4 years ago by onihusube <[email protected]>
リンク修正

2abc001e38a1321d434e7cdf530066d8f7d4e491 authored almost 4 years ago by onihusube <[email protected]>
iterator_traits : C++20対応 #712

2fe289596f70df97cc5eb016d2ce606dc9567d52 authored almost 4 years ago by onihusube <[email protected]>
表示調整

9fb4ecb0ec5ebec1570ab373186ad6157adbff70 authored almost 4 years ago by onihusube <[email protected]>
一貫比較 : 従来比較の非推奨化の表整理

473647973d28d0c0ffd18616d3f6846426ea768d authored almost 4 years ago by onihusube <[email protected]>
Merge pull request #827 from cpprefjp/tweak-3way-cmp

C++20 一貫比較の説明調整

5061aa43cbf4219bfc4a459e2b6eeb1ecd138867 authored almost 4 years ago by onihusube <[email protected]>
flush_emit: 効果の説明文調整

bbab27e1457b229d0ffa64da27fd3166de2ffe26 authored almost 4 years ago by yoh <[email protected]>
一貫比較: C++20から配列同士の従来比較は非推奨

3e415a9b47f5d284a1e6970a59a186ff3396c571 authored almost 4 years ago by yoh <[email protected]>
C++20 : 「添字演算子内でのカンマ演算子の使用を非推奨化」を追加

91cba7e3853e54d2395ea67cbcae2b6b480ab491 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : POD非推奨化に対応

b9f237c7ed9ca37fc745e5d0e8a1208780f4b6ed authored almost 4 years ago by Akira Takahashi <[email protected]>
ADLを無効にする関数定義 : サンプルコード修正

2f2b4d57f179ae58ae22286c6354fe8feafdafc6 authored almost 4 years ago by onihusube <[email protected]>
map : less<>を使用したサンプルコードを追加

16adb1f86bc509d0a9f0ea9bc885f8259a4c5f49 authored almost 4 years ago by Akira Takahashi <[email protected]>
latch / barrierのサンプルコード : コード修飾を追加

e9faa97a03255c75aa834074f96c1eb043c8b522 authored almost 4 years ago by Akira Takahashi <[email protected]>
counted_iterator::operator-追加#712

e50d50ac27a06f9fbc92d15b4cdc6730031128aa authored almost 4 years ago by onihusube <[email protected]>
リンク修正

8f1491735bb471ba9a38383d3c765de4c3b78a7d authored almost 4 years ago by onihusube <[email protected]>
Hidden friendsについての記述を追加

4753b7c685d7079488a038a8979fcf1c7e855921 authored almost 4 years ago by onihusube <[email protected]>
counted_iterator::operator+追加 #712

dd9591e62a71478a780c3ecca08d6692d1a39a29 authored almost 4 years ago by onihusube <[email protected]>
trait::value自体の説明ではないメッセージからvalue == true|falseを削除

93643c9a7ccc3c2418dce070daa5a66eb62b7ff6 authored almost 4 years ago by ToruNiina <[email protected]>
counted_iterator::operator-- : コピペミスの修正

1d73cc58961e264fc4c5e97f935ce0c7b2f0e176 authored almost 4 years ago by onihusube <[email protected]>
fix(underlying_type): apply p0340r3

- D0340R2: Making std::underlying_type SFINAE-friendly
http://www.open-std.org/jtc1/sc22/wg21...

a93cd3b8a6abb96d760343535eb3a5c05b8f900f authored almost 4 years ago by yumetodo <[email protected]>
stop_source/swap: fix typo

9a8dcaa8c1dbd0061eec280999e0f207e170df33 authored almost 4 years ago by yoh <[email protected]>
hash: メンバ型result_type, argument_typeを削除

C++11(N3337)でも同メンバの存在は規定されない。

97b2eeab1cc766c1c0252fd32b96039ab6801c22 authored almost 4 years ago by yoh <[email protected]>
static_assertのメッセージにあるtypoの修正

386a98190b0773348481330df7526ad64b926af8 authored almost 4 years ago by ToruNiina <[email protected]>
P1690R1に対応 #770

7338e60d2c288f1a061b10a3bd6b53352381c0d5 authored almost 4 years ago by yoh <[email protected]>
C++20 nodiscard(reason) : 関連項目を追加

55b12b824e661bbd2bbe8741f9e4f28dcb481256 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 nodiscard(reason) : コード修飾が間違っていたのを修正

6b7a3734428050b4779c21f63ccb019e56b26869 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 nodiscard(reason) : コード修飾を追加

9a1f4029511b118869c5b3c057e96473e4720f71 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「[[nodiscard]]属性に理由となる文字列を付加できるようにする」を追加

782ff466858829349ac04c1cb699dfca29f1f81f authored almost 4 years ago by Akira Takahashi <[email protected]>
counted_iterator::operator[] : サンプルコード実行結果修正

fe1b668a521d0feda300d3162b6a20e970887b26 authored almost 4 years ago by onihusube <[email protected]>
サンプルコード修正

1469539eecebc0c5f85ca22cfd3535e92188408a authored almost 4 years ago by onihusube <[email protected]>
表示調整

476fbcd6dd55cc6b1031503560ae5ad22b7c759b authored almost 4 years ago by onihusube <[email protected]>