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

basic_const_iterator : [] - + 追加 #1084

b2a86ccbe173e1fbd007d9d0ea07652815f60961 authored about 1 year ago by onihusube <[email protected]>
Merge pull request #1164 from yknishidate/remove-conversion

生成した乱数のimplicit conversionを削除

2f7d33b23420b6c92960f5d1df1a73a780e08566 authored about 1 year ago by Akira Takahashi <[email protected]>
生成した乱数のimplicit conversionを削除

e279f872bff98b0808beec6ee224d5c7ea009811 authored about 1 year ago by nishidate-yuki <[email protected]>
P2418R2対応 : 関数のインターフェースと事前条件の部分の変更のみ適用

BasicFormatter要件への変更とかのところは未適用

5539a0217b51ce272b48b1514c7631256927cac0 authored about 1 year ago by onihusube <[email protected]>
表示の調整

4e2bdcd9d523a6f4c59fd4bdb762e19da36c8cc0 authored about 1 year ago by onihusube <[email protected]>
コード修飾等の修正

ea6381e681e5e706f23d38d721cfbfc361003d24 authored about 1 year ago by onihusube <[email protected]>
basic_const_iterator : ++ -- += -= 追加 #1084

92d89626f7c03750772c8d97b61a28e19a0a73d9 authored about 1 year ago by onihusube <[email protected]>
basic_const_iterator::-> : 参考リンクとかの修正

4a6b82e1fbbf4c8e10b8fe5ed613585ed09ec201 authored about 1 year ago by onihusube <[email protected]>
basic_const_iterator : * -> 追加 #1084

e19c878e156ca64ea7a5b4a4c703f8c79c494bde authored about 1 year ago by onihusube <[email protected]>
basic_const_iterator : コンストラクタと.base()追加 #1084

fb63802526c3daea90356da72e0ed67a8dd05f22 authored about 1 year ago by onihusube <[email protected]>
Merge pull request #1163 from sf624/fix/unordered_op_at_exception

fix: unordered_mapのoperator[]の例外仕様を修正

2df8781afd4795ff885d5c7306ab08fd1e79414a authored about 1 year ago by Akira Takahashi <[email protected]>
fix: unordered_mapのoperator[]の例外仕様を修正

例外を投げない仕様はないが、ハッシュ関数以外が例外を投げた場合は
insertには副作用がないという規定がある
ref: [unord.req.except]

206dcffbd83c1b4e070233ee321bbe16b8bad024 authored about 1 year ago by Shun Fujioka <[email protected]>
Merge pull request #1162 from sf624/fix/map_op_at

std::mapのoperator[]の記述を修正

4be1d11afa0367747c309d97a7de7dd5c262e581 authored about 1 year ago by Akira Takahashi <[email protected]>
リンク修正と不可視文字削除

ec6330712a56da138e4b977ca03476a72fa80801 authored about 1 year ago by onihusube <[email protected]>
basic_const_iteratorページ追加 #1084

069e8574e5043f53c1c8e64faa7d54969e5e7c5f authored about 1 year ago by onihusube <[email protected]>
std::mapのoperator[]の記述を修正

要素が存在しない場合はデフォルト初期化ではなく、
値初期化をしてその要素を返却する。unordered_map
についても同様の記述に修正。

1ac7d1265a38e8965fdb0c05d250aa50787c71ea authored about 1 year ago by Shun Fujioka <[email protected]>
ostringstreamのstr() 修飾の修正

e0d67ff886c95bf2444c6a33d4556735b2ab2faf authored about 1 year ago by onihusube <[email protected]>
ワイブル分布の参考文献をWeb Archiveに差し替え #1159

a5c12573bef144e8af06888137c3e8401abcca49 authored about 1 year ago by Akira Takahashi <[email protected]>
iter_const_reference_t : バージョン指定を修正

47397958eb92ad9e374f3e5386eca6102d387b45 authored about 1 year ago by onihusube <[email protected]>
iter_const_reference_t追加 #1084

cde8479f21e88562f1dc764fa15b1875de5a0232 authored about 1 year ago by onihusube <[email protected]>
<iterator> : P2278R4の機能を追加

79605e8277108c0de0d0ecf223945a518ad32127 authored about 1 year ago by onihusube <[email protected]>
swap_ranges のループ回数が正しくない問題を修正

0778710e5a3cbbead54b7a77e962b86061e37c69 authored about 1 year ago by komori-n <[email protected]>
処理型 : VC++バージョン表記リストのアップデート

MSVC2022 リリースノートでVSバージョンを確認し
godboltでマクロの値を確認

7d3e69fd917cb09749aea3855289913420ca5011 authored over 1 year ago by onihusube <[email protected]>
不要なコード修飾の削除

04340ca0d5503fcdb9c5c1ec03ac636445f03153 authored over 1 year ago by onihusube <[email protected]>
span : P2278R4対応 #1084

adf4a90966818e7f3130e2dab70cd63b00d78fd8 authored over 1 year ago by onihusube <[email protected]>
ranges::swap_ranges の swap 回数が正しくない問題を修正

97b792b514201c2ad5a52a7e29c0220ec0b53110 authored over 1 year ago by komori-n <[email protected]>
remove の typo 修正

c3f3f2cf06824af6c4548e63bd2155ce9328fc07 authored over 1 year ago by komori-n <[email protected]>
コンパイラの実装状況C++23 : コード修飾内の末尾スペースが削られてしまっていたのをcodeタグで回避 #1160

138872afcc7aaedb1d76a21314c5a49a5b915967 authored over 1 year ago by Akira Takahashi <[email protected]>
C++23 : コード修飾内の末尾スペースが削られてしまっていたのをcodeタグで回避 #1160

656649355ce2bda2f629f12880e239fed254e520 authored over 1 year ago by Akira Takahashi <[email protected]>
fetch_sub の typo 修正

c1346e39c869eddfdd51c5154b6c8dea1da75cc8 authored over 1 year ago by Shunsuke Shimizu <[email protected]>
stringstreamコンストラクタのフォーマット修正

a3cf8a41e6d89778b12af4a438e40d1b1f52b673 authored over 1 year ago by Shunsuke Shimizu <[email protected]>
Merge pull request #1158 from grafi-tt/sstream-and-cpp20effcientstr

stringstream関連のページ作成および、C++20での効率化について参照追加

15748003b1aad96a225ce71f885c12867e9925a2 authored over 1 year ago by Shunsuke Shimizu <[email protected]>
stringstream関連のページ作成および、C++20での効率化について参照追加

fb9bf3a994183126c8e0bde4f49c4738dacb1daa authored over 1 year ago by Shunsuke Shimizu <[email protected]>
typo: make_reverse_iteratorの言語バージョン

一部C++03になっていたのを修正

08a97ea65ad85cbb646cd58753e5860600ff337f authored over 1 year ago by ToruNiina <[email protected]>
Merge pull request #1155 from cpprefjp/fix-formatter-formattable

Fix range_formatter and formattable

c99be7018870d7ca3b7a8282bc41b325aed4f7ba authored over 1 year ago by Akira Takahashi <[email protected]>
Merge pull request #1157 from g-suizu/patch-1

古い表記を修正

02a3b21a5aa22ab04b71ffb306bf03e2e4f05b0f authored over 1 year ago by Akira Takahashi <[email protected]>
古い表記を修正

単一要素の初期化リストをautoで受けた場合が、最新の仕様とこなっていて、
https://cpprefjp.github.io/lang/cpp17/new_rules_for_auto_...

94b0c912176e85c536b6a3d306995ee9da3c4590 authored over 1 year ago by g-suizu <[email protected]>
basic_filebufにfstreamヘッダへのリンクを追加

3c6b49c2e77dbe6621c285238164fda96fef1c1f authored over 1 year ago by Shunsuke Shimizu <[email protected]>
fmt-iter-forが未規定の型であることを明示化

313f64e6b708f264cb2d24e2ead385d5c6e65555 authored over 1 year ago by acd1034 <[email protected]>
オリジナル書式を定義する例の参照修飾を修正

dc598a2bf6edb642f7fce7599b01aa9b29550568 authored over 1 year ago by acd1034 <[email protected]>
Merge pull request #1154 from kenichiice/allocator-size_type-difference_type

C++20でのallocatorクラスのsize_type型とdifference_type型の扱いを修正

32255efed4127b10583eac6869406b27619651d6 authored over 1 year ago by Akira Takahashi <[email protected]>
Merge pull request #1153 from cpprefjp/KisaragiEffective-patch-1

ICXのリンクラベルを修正しました

541a271eee1e9e763bfdc4a5c55825da44e81fc2 authored over 1 year ago by Akira Takahashi <[email protected]>
allocator: C++20でのsize_typeとdifference_typeの扱いを修正

* C++17で非推奨となったがC++20では非推奨が取り消されている模様
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018...

592119b916a6fd6c2559f8f2f35b896bc4abdd4a authored over 1 year ago by OGAWA KenIchi <[email protected]>
ICXのリンクラベルを修正しました

3021561ee5b45ef4b53eed34d4207d0ae946888d authored over 1 year ago by Kisaragi <[email protected]>
flat_map : swapを追加 #1078

0b736455a3af08ad8f820288134a5935e0cb513d authored over 1 year ago by Akira Takahashi <[email protected]>
リンクミスを修正

c170374a913b9dbd4dceb07dbfa4eeba5489ed24 authored over 1 year ago by Akira Takahashi <[email protected]>
map / setのerase : erase(iterator)は仕様としてはC++17で再追加されたがdefectなのでC++14でも使える場合があることを記載

e7ee1d999620147a6423c73b2992803bf7185a50 authored over 1 year ago by Akira Takahashi <[email protected]>
flat_mapのerase : flat_mapでは該当しない仕様を削除

5674bf7cffb19f6e4c99d61e786dabb7ccfb5106 authored over 1 year ago by Akira Takahashi <[email protected]>
map / set / flat_mapのerase : 存在しないキーを指定した場合でも問題なく動作する (何もしない) ことを確認 #1152

717658da25868f54091bc273aaff7f7c5e46e02b authored over 1 year ago by Akira Takahashi <[email protected]>
filesystem_errorの名前空間を修正

属する名前空間をstdからstd::filesystemへ修正

da669daebd77e3551c2bd9f68bcd745c0205981a authored over 1 year ago by OGAWA KenIchi <[email protected]>
map::try_emplace : 概要文章を補強

c9cf59db4c0ab7b178340eef2d8f9c5799e5220c authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : try_emplaceを追加 #1078

2c9f635eff6128691a72fb7312df6fe1f69deb8e authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : eraseを追加 #1078

2ba5e134badc55935bde36761d61ced7bc9dcd68 authored over 1 year ago by Akira Takahashi <[email protected]>
map / setのerase : サンプルコード中で未定義動作をしていたのを修正

a6c9e227b387d2aa8631acc1df6f78468d690702 authored over 1 year ago by Akira Takahashi <[email protected]>
map / setのextract : C++23でのheterogeneousなオーバーロードを追加

6eaa82d487e3c732fa17de04e4bf624125036174 authored over 1 year ago by Akira Takahashi <[email protected]>
unordered_map / setのerase : erase(iterator)のオーバーロードを追加

217669cf06e0ac6b4e4bc3058cf3871da48d7630 authored over 1 year ago by Akira Takahashi <[email protected]>
map / setのerase : オーバーロード仕様が古くなっていたのを修正

6251e4abe9d90fab42621ba97fea3a0b4a3c94aa authored over 1 year ago by Akira Takahashi <[email protected]>
map / setのerase : endが返る条件の文章がわかりにくかったので修正

ae7c515da20425de6c80b7b4336ec49ba8d7f0c6 authored over 1 year ago by Akira Takahashi <[email protected]>
map/setのerase : 範囲外のイテレータや存在しないキーが指定された場合の動作が未定義であることを記載

587bd5b265057b6b9f69895cf8c98d6c37bdd483 authored over 1 year ago by Akira Takahashi <[email protected]>
offsetof : メタ情報の修正

c46ebf4afd42816c9a9f10d04d668e336cfea25e authored over 1 year ago by onihusube <[email protected]>
C++20 constinit : mutex/unique_ptrのコンストラクタと相互リンク

5af768ad072b6415b1ed2d271af3f11270eaf5da authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : begin, end系を追加 #1078

0376f471268c8f124984b4911a40bf6dec84eefc authored over 1 year ago by Akira Takahashi <[email protected]>
set/mapのbegin/end系 : ほかのコンテナに合わせて文章を整理

・概要として「〜を返す」から「〜を取得する」に変更
・「〜の値を返す」から「〜の値へのイテレータを返す」に変更
・endを「末尾」「最後の要素」から「末尾の次」に変更
・rendを「先頭」から...

8f3626e2afa6c227bc9170774fd7b72e87d3c7c8 authored over 1 year ago by Akira Takahashi <[email protected]>
C++20 : shared_ptrのアトミック操作が非推奨になったことを記載

https://github.com/cpprefjp/site/commit/90927bc3454740d33a8e2933e23ebbc8f3d96ea5

0f3743e212c0c612150466f8fec1babd509c7a6f authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : emplace_hintを追加 #1078

fb295e5dead94487ffcc86042b541ab62e3cb068 authored over 1 year ago by Akira Takahashi <[email protected]>
P0718R2のshared_ptrのアトミックフリー関数非推奨を適用

90927bc3454740d33a8e2933e23ebbc8f3d96ea5 authored over 1 year ago by onihusube <[email protected]>
NGワードとしてpvalue (prvalueのtypo) を追加

5ae2c39abd2fa04018b5ee8add2a054c25079f4c authored over 1 year ago by Akira Takahashi <[email protected]>
コルーチン : pvalue -> prvalue

5e2017d1eb229b78d1ae16d99c4afef381682a58 authored over 1 year ago by onihusube <[email protected]>
flat_map::emplace : インクルードミスを修正 #1078

83dd89cb38bbc23df68cf8b6372ea0a7010a2385 authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map::emplace : コード修飾のリンク追加 #1078

31bf54bd4fb47c87772bc62b636047089f5176d9 authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : emplaceを追加 #1078

ff098b7d447c0a2f43b975706bdbdfd457da3c9e authored over 1 year ago by Akira Takahashi <[email protected]>
span/dynamic_extent: P2116R0対応

Remove tuple-like protocol support from fixed-extent `span`

066971a8538f6c7d522967cb1c65cad8d1b355e3 authored over 1 year ago by yoh <[email protected]>
has_denorm(_loss) : 非推奨の詳細を記載

6b1443d2ddd576603a80d4c6b321941d86ab42ed authored over 1 year ago by Akira Takahashi <[email protected]>
関数の雛形ページ : 非推奨・削除の書き方が記載されていなかった

1007613676069369e0090ad3305b504e2e83815c authored over 1 year ago by Akira Takahashi <[email protected]>
打ち消し線から追記へ

afc7241e8a6dd56adef175e6b1174aa743c93f87 authored over 1 year ago by onihusube <[email protected]>
追記と打ち消し線修正

13db5df18b405032ace43e3738009cda0f18bfe0 authored over 1 year ago by onihusube <[email protected]>
P23227R0とCWG2654について追記

2e52939f7e606be73a4e5fdb0fb5689eef9f2c68 authored over 1 year ago by onihusube <[email protected]>
generator : クラス定義のセミコロン忘れを修正

8794a91852bd41ca1ca6aec28e304d2279c366cf authored over 1 year ago by Akira Takahashi <[email protected]>
P1413R2 -> P1413R3

05d6b67e43a136c1b3146e1d6560d50870270188 authored over 1 year ago by yoh <[email protected]>
generator: P2787R1対応

f016e5bd22ff018f840da9de5698acce5d6e993e authored over 1 year ago by yoh <[email protected]>
P2614R2対応 (#1145)

4476acb905f114be0c9850595fc37a7fa486617a authored over 1 year ago by yoh <[email protected]>
タグの書き間違いを修正

86be6a9acac38fb842a093948e9ee02679a267eb authored over 1 year ago by Akira Takahashi <[email protected]>
スポンサー更新

dc8afeb80e6ddd381b69bc2183821e7147e07465 authored over 1 year ago by Akira Takahashi <[email protected]>
規格草案を更新 #1151

309d0ed04619e888f7d063ef314f6852c8575a41 authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : mapのコピペで書いていたところをflat_map固有の仕様に書き直し #1078

94035802f33d93439e33cd6b437f097d11ff402f authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : containersを追加 #1078

95fb484cfa67d9ff9c25e7fb3b53876e24abc206 authored over 1 year ago by Akira Takahashi <[email protected]>
Update implementation-status.md for C++20 of ICC

876f77c7c909f2972ecdc95333a1f86896ea091f authored over 1 year ago by Akiko Kawai <[email protected]>
変数名を変更

19decb254a0a081db7d7047d2405ac1ae5b8a066 authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : containsとcountを追加 #1078

d91c1da0f13281d896a93c82e69da2b0f8eb611b authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : clearを追加 #1078

d6e40dd1f3f328b9f1e2d3ba3fd06a068eee1d2d authored over 1 year ago by Akira Takahashi <[email protected]>
flat_map : emptyとmax_sizeを追加 #1078

9430b41593e773a191064eff80815532a0629be0 authored over 1 year ago by Akira Takahashi <[email protected]>
(multi)map : emptyの言語バージョンがC++11になっていたのを修正

aaff7b5d32b068cc6cd74ea24f9fb1b25f437a5c authored over 1 year ago by Akira Takahashi <[email protected]>
borrowed_range : span<int>の要素は文字列ではなくint #1150

c019c0e36bbd4830536eeb9cb79fc6f039c9e9b9 authored over 1 year ago by Akira Takahashi <[email protected]>
行全体にリンクが貼られていたので、中央寄せタグにリンクが設定されないよう調整

0bbeedbb56fd825f21ead503b0edf8f47875d4f3 authored over 1 year ago by Akira Takahashi <[email protected]>
ロゴを中央寄せ

76502a5485982eeb21315b415a8a3bec5da8a929 authored over 1 year ago by Akira Takahashi <[email protected]>
閉じタグ忘れ

e5f31cd4413e1e2156289e5d5ad28c4c8f703735 authored over 1 year ago by Akira Takahashi <[email protected]>
スポンサーロゴを追加

db4695bbdc990ec369d8ca97b7ddeb40431e58d4 authored over 1 year ago by Akira Takahashi <[email protected]>
スポンサーロゴを追加

394355bbef55ac255bb459691f4ccfb8c671ecfb authored over 1 year ago by Akira Takahashi <[email protected]>
スポンサー画像を差し替え

555a222083f8300ca63b94d0f019c7f8e0415df1 authored over 1 year ago by Akira Takahashi <[email protected]>
スポンサー追加

50fa3907fce6fc13f715b89d4e0ad79c55e91dc6 authored over 1 year ago by Akira Takahashi <[email protected]>