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
set/multiset : C++20対応として、非メンバ関数erase_ifを追加 #618
ab63469cf574e33e90c1a3141373152e187469f8 authored almost 6 years ago
ab63469cf574e33e90c1a3141373152e187469f8 authored almost 6 years ago
メーリングリスト : 標準のメーリングリストがGoogle GroupからMailmanに引っ越したので、一通り更新
a41b0e924bc06de4ee5842eb981380e6bec3c1b5 authored almost 6 years ago
a41b0e924bc06de4ee5842eb981380e6bec3c1b5 authored almost 6 years ago
map/multimap : C++20対応として、非メンバ関数erase_ifを追加 #618
4c28ede860205b08a1258fe7f6d729e11719d3d0 authored almost 6 years ago
4c28ede860205b08a1258fe7f6d729e11719d3d0 authored almost 6 years ago
C++11 override/final : overrideとfinalは両立するので「または」から「および」に変更
4e62869d70475eb79679728e2807e43855c4dad6 authored almost 6 years ago
4e62869d70475eb79679728e2807e43855c4dad6 authored almost 6 years ago
C++11 decltype : 経緯としてdecltype(auto)を持ち出すのは不適当だったので削除
ちゃんと解説するならdecltypeルールでの型推論、というdecltype(auto)の詳細な説明が必要になるが、それは個別ページでカバーしたい。
9e5530560af9f6419196753daa297f629b6e3d8e authored almost 6 years ago
C++17 機能テストマクロ : 「集成体初期化の拡張」へのnolinkを解除
d4c0411a3f99efac7464581fd1f08c49039e4f5d authored almost 6 years ago
d4c0411a3f99efac7464581fd1f08c49039e4f5d authored almost 6 years ago
basic_string : C++20対応として、非メンバ関数erase, erase_ifを追加 #618
599f913a7adaf41396d6a4da9af4216a43b6e129 authored almost 6 years ago
599f913a7adaf41396d6a4da9af4216a43b6e129 authored almost 6 years ago
deque : C++20対応として、非メンバ関数erase, erase_ifを追加 #618
c20693f3d9b4e22a518d4b021f17ddf0206374e5 authored almost 6 years ago
c20693f3d9b4e22a518d4b021f17ddf0206374e5 authored almost 6 years ago
forward_list : C++20対応として、非メンバ関数erase, erase_ifを追加 #618
6fdd11e16ddca5831986e65ba0bc4bacb5666b4d authored almost 6 years ago
6fdd11e16ddca5831986e65ba0bc4bacb5666b4d authored almost 6 years ago
Merge branch 'master' of github.com:cpprefjp/site
588e20b9e7f38f729fced267e56fb15703879b87 authored almost 6 years ago
588e20b9e7f38f729fced267e56fb15703879b87 authored almost 6 years ago
fix #619 op_compare_3way 追加
3739fd7dd7ab1ddaabe2e67c29e62bf887778f98 authored almost 6 years ago
3739fd7dd7ab1ddaabe2e67c29e62bf887778f98 authored almost 6 years ago
cmath : 数値分類関数戻り値型の修正
f65ee29042bc66c65c8d1dd05d4eab94793d69c6 authored almost 6 years ago
f65ee29042bc66c65c8d1dd05d4eab94793d69c6 authored almost 6 years ago
#598 C++17 集成体初期化の拡張
3c12a8200dec757f22df55c3d025c104afb18ec4 authored almost 6 years ago
3c12a8200dec757f22df55c3d025c104afb18ec4 authored almost 6 years ago
list : C++20対応として非メンバ関数eraseとerase_ifを追加 #618
4dacac6b215760ea6fe8e694066c45abededf247 authored almost 6 years ago
4dacac6b215760ea6fe8e694066c45abededf247 authored almost 6 years ago
vector : C++20対応として非メンバ関数erase, erase_ifを追加 #618
a61ce8f67d315dbb25a45b1cc8961c4ea26dffbd authored almost 6 years ago
a61ce8f67d315dbb25a45b1cc8961c4ea26dffbd authored almost 6 years ago
C++20対応として、文字列に対するoperator>>を、CharT*からCharT(&)[N]に変更 (close #617)
ba3f884c4d091c936eddc312f47ac41e074c1722 authored almost 6 years ago
ba3f884c4d091c936eddc312f47ac41e074c1722 authored almost 6 years ago
C++20対応として、(forward_)listのremove, remove_if, eraseの戻り値型をvoidからsize_typeに変更 (close #616)
e49334ba4a3fa1340533a978d982db2ea86cfa82 authored almost 6 years ago
e49334ba4a3fa1340533a978d982db2ea86cfa82 authored almost 6 years ago
memory/atomic : thread::join()へのリンクを追加
182282257ece7a91c95a5b532de8184b583d5086 authored almost 6 years ago
182282257ece7a91c95a5b532de8184b583d5086 authored almost 6 years ago
<memory>に、atomicクラスのshared_ptrとweak_ptrに対する特殊化を追加 (close #614)
メンバ関数の挙動は特殊化元と同じ (はず) なので、そちらのページに飛ばすようにしてある
ba36defa2025e1a13e9ea130eb703a20545d7686 authored almost 6 years ago
<memory> : atomicクラスの先行宣言を追加 #614
0b57f95f0350e32889ac2b9a110f527a3c947559 authored almost 6 years ago
0b57f95f0350e32889ac2b9a110f527a3c947559 authored almost 6 years ago
denorm_min : サンプルコードのtypo修正
b1255281f9ac1da80b707e3be46cf81d4fccbdaa authored almost 6 years ago
b1255281f9ac1da80b707e3be46cf81d4fccbdaa authored almost 6 years ago
C++20でのshared_ptr<atomic<T>>の変更について、<memory>ヘッダページを対応 #614
5392bfbc38a25442f72031d8473e797277411b4b authored almost 6 years ago
5392bfbc38a25442f72031d8473e797277411b4b authored almost 6 years ago
isunordered : typo修正と文面の変更
85c04fbe770e407ebccad7b98d10a7f9e70f74de authored almost 6 years ago
85c04fbe770e407ebccad7b98d10a7f9e70f74de authored almost 6 years ago
fabs : is_iec559が関数呼び出しになっていたのを修正
6229d2486852b9a49cfb1a5267dd7ef68374f5e0 authored almost 6 years ago
6229d2486852b9a49cfb1a5267dd7ef68374f5e0 authored almost 6 years ago
std::begin, std::end : これらの関数が追加された経緯の文書を参照に追加
49ce60719ac86da52f640b3b095bbc0ab1b5e732 authored almost 6 years ago
49ce60719ac86da52f640b3b095bbc0ab1b5e732 authored almost 6 years ago
<initializer_list>のインクルードが追加された経緯の文書を参照に追加
07c884746afaf39f13bf68c1266523548019b9a9 authored almost 6 years ago
07c884746afaf39f13bf68c1266523548019b9a9 authored almost 6 years ago
atomic : 浮動小数点数型の特殊化にvalue_typeとdifference_typeが追加されたissueを記載
7a9ac0754f61947aad55b402d0b084547d37a55c authored almost 6 years ago
7a9ac0754f61947aad55b402d0b084547d37a55c authored almost 6 years ago
標準ヘッダでインクルードされるヘッダを一通り記載 (close #615)
0d9ea864b4278360044e6c9f45f1ebe282880e3e authored almost 6 years ago
0d9ea864b4278360044e6c9f45f1ebe282880e3e authored almost 6 years ago
chore(implementation): fix typo
0e32035d8807de523e0ef3f934064bf0e027fade authored almost 6 years ago
0e32035d8807de523e0ef3f934064bf0e027fade authored almost 6 years ago
<string>, <mutex> : 関連ヘッダを追加
e9d50b1a88f2d3b326963e7e07b30335fd2fda15 authored almost 6 years ago
e9d50b1a88f2d3b326963e7e07b30335fd2fda15 authored almost 6 years ago
memory_resource : フリー関数系、サンプルコード以外 #588
8079a87746eb4218337d66049068a41073c69920 authored almost 6 years ago
8079a87746eb4218337d66049068a41073c69920 authored almost 6 years ago
C++20対応として、atomicに浮動小数点数型の特殊化を追加 (close #613)
b895b15e33c47d16a310052129abd6cb6c56612a authored almost 6 years ago
b895b15e33c47d16a310052129abd6cb6c56612a authored almost 6 years ago
コンパイラの実装状況 : 表示崩れを修正
636ac94f3d3a84a217d6b9a4ed9f41f5ef8532f7 authored almost 6 years ago
636ac94f3d3a84a217d6b9a4ed9f41f5ef8532f7 authored almost 6 years ago
Correspondence of member type of associative container #591
a16634c6ef4d2ce60bbb14ec93577f1e38e7ea96 authored almost 6 years ago
a16634c6ef4d2ce60bbb14ec93577f1e38e7ea96 authored almost 6 years ago
add unordered_multiset/merge.md #591
68aa7ef994b89570fb389713677227f9ecee7e20 authored almost 6 years ago
68aa7ef994b89570fb389713677227f9ecee7e20 authored almost 6 years ago
add unordered_set/merge.md #591
a5eaa80d572657293b664380ccaae70355edbfe0 authored almost 6 years ago
a5eaa80d572657293b664380ccaae70355edbfe0 authored almost 6 years ago
add unordered_map/merge.md #591
2438a28a237fc9c12cf3dd9b459237a6b6b4f43e authored almost 6 years ago
2438a28a237fc9c12cf3dd9b459237a6b6b4f43e authored almost 6 years ago
add unordered_multimap/merge.md #591
842803d51ef150d1db97d8329adaf908a90e06ac authored almost 6 years ago
842803d51ef150d1db97d8329adaf908a90e06ac authored almost 6 years ago
fix typo
1d4eadadcb27de210748a1f3fc90a79e8b7fc8ec authored almost 6 years ago
1d4eadadcb27de210748a1f3fc90a79e8b7fc8ec authored almost 6 years ago
挿入イテレータ : C++20対応としてconstexprを追加
e1d04203d8ccb0d5423f4c410dddc52f01a8db9f authored almost 6 years ago
e1d04203d8ccb0d5423f4c410dddc52f01a8db9f authored almost 6 years ago
C++20対応として、default_searcherのconstexpr対応を追加
6d4bfd5197904f70473d48b9139f111e68254528 authored almost 6 years ago
6d4bfd5197904f70473d48b9139f111e68254528 authored almost 6 years ago
C++20対応として、char_traitsのconstexpr対応を追加
a459695337b65516f34732069b1dbbd185952c8d authored almost 6 years ago
a459695337b65516f34732069b1dbbd185952c8d authored almost 6 years ago
C++20対応として、連想コンテナにcontainsメンバ関数を追加 (close #611)
4920574191d713cb122b9f777317b3cdc35ebf15 authored almost 6 years ago
4920574191d713cb122b9f777317b3cdc35ebf15 authored almost 6 years ago
ssize : 経緯がまちがっていたので削除
正しい経緯は書いてもあまり有意義ではなさそうだったので省略
56e4a76619a982deb0ee79f14f3677f960a05cc4 authored almost 6 years ago
C++20対応として、complexのconstexpr対応を追加
73da01b01ddee33b0e1e333c7d6a0fd1339a8d56 authored almost 6 years ago
73da01b01ddee33b0e1e333c7d6a0fd1339a8d56 authored almost 6 years ago
std::execution名前空間 : 表にunseqを追加
069f2d2fb82cf338fa5f3bdfe0459a7581bbb1f1 authored almost 6 years ago
069f2d2fb82cf338fa5f3bdfe0459a7581bbb1f1 authored almost 6 years ago
C++20対応として、<type_traits>にtype_identityを追加
6449508bd6428b7bcef804ba495126b5f42bd5d8 authored almost 6 years ago
6449508bd6428b7bcef804ba495126b5f42bd5d8 authored almost 6 years ago
<type_traits> : C++20対応としてis_(un)bounded_arrayを追加
32b0d98536b5da032300d07c60a21f3630d75084 authored almost 6 years ago
32b0d98536b5da032300d07c60a21f3630d75084 authored almost 6 years ago
operator new[] : nodiscard追加
88e08414673b81f48355cbe6ec92931617d356a6 authored almost 6 years ago
88e08414673b81f48355cbe6ec92931617d356a6 authored almost 6 years ago
参照リンク付け忘れ
56d5a5d366766b19a0e81141ba23a0b5d99effb8 authored almost 6 years ago
56d5a5d366766b19a0e81141ba23a0b5d99effb8 authored almost 6 years ago
<chrono>のzero, max, min : C++20対応としてnoexcept追加
856eda7225f9133e58323d7e0446747488264a03 authored almost 6 years ago
856eda7225f9133e58323d7e0446747488264a03 authored almost 6 years ago
empty, new, allocate全般 : C++20対応としてnodiscardを追加
4a70de49481c51c40613a64c8c9dd68354bb0061 authored almost 6 years ago
4a70de49481c51c40613a64c8c9dd68354bb0061 authored almost 6 years ago
launder : small fix
e78bca6a62bbe84d5e1cb41912987c834403af27 authored almost 6 years ago
e78bca6a62bbe84d5e1cb41912987c834403af27 authored almost 6 years ago
ssize : ptrdiff_tへのリンクを追加
0912a8533eee0a762f8336a88e1ac92dc278bd73 authored almost 6 years ago
0912a8533eee0a762f8336a88e1ac92dc278bd73 authored almost 6 years ago
C++20対応として、並列実行ポリシーにunseqを追加 (close #609)
b1368cde605400ffd960f552e3d29efc6d8600a5 authored almost 6 years ago
b1368cde605400ffd960f552e3d29efc6d8600a5 authored almost 6 years ago
C++20対応としてssize()関数を追加 (close #608)
a3ea1b14fe9a374ced1d130ca32c81027dc1d646 authored almost 6 years ago
a3ea1b14fe9a374ced1d130ca32c81027dc1d646 authored almost 6 years ago
shfit_right : サンプルコードの修飾ミスを修正
5928f3dfe007d73e4249e2fe258e3d05d483106c authored almost 6 years ago
5928f3dfe007d73e4249e2fe258e3d05d483106c authored almost 6 years ago
C++20 : is_unbounded_arrayにis_が抜けていた
7ddc23f6e0c29272b680c4a887e488177748aafe authored almost 6 years ago
7ddc23f6e0c29272b680c4a887e488177748aafe authored almost 6 years ago
C++20対応として、<algorithm>にshift_leftとshift_rightを追加 (close #606)
3943d3f74e38039f6d5a73b4cb49a0564f8cb5a2 authored almost 6 years ago
3943d3f74e38039f6d5a73b4cb49a0564f8cb5a2 authored almost 6 years ago
add concept category
86ba75209bbe3aee3792259e677c866acaaad314 authored almost 6 years ago
86ba75209bbe3aee3792259e677c866acaaad314 authored almost 6 years ago
C++20 2の補数 : 参照ドキュメントを追加
e4dfcd40f3b349d695c4c0366e7a3538943100b3 authored almost 6 years ago
e4dfcd40f3b349d695c4c0366e7a3538943100b3 authored almost 6 years ago
C++20 2の補数 : cppmapへのリンクを追加。ビット値の表が便利 #605
7a82171db4008d3e42da5f39b93380b7ba3b72e7 authored almost 6 years ago
7a82171db4008d3e42da5f39b93380b7ba3b72e7 authored almost 6 years ago
C++20 2の補数 : signed magnitudeの日本語を少し付け足した
0d4dc7126227a0ecf776db016df2d241a9306e7b authored almost 6 years ago
0d4dc7126227a0ecf776db016df2d241a9306e7b authored almost 6 years ago
C++20 2の補数 : 符号拡張の例を追加 #605
84179633f5008bb6303393a5834e6aff0258c3f4 authored almost 6 years ago
84179633f5008bb6303393a5834e6aff0258c3f4 authored almost 6 years ago
C++20 2の補数 : 背景を追記 #605
f3ac2c912132452df28cead01c0608503a95b68d authored almost 6 years ago
f3ac2c912132452df28cead01c0608503a95b68d authored almost 6 years ago
C++20 : 「符号付き整数型が2の補数表現であることを規定」を追加 (close #605)
52b1afc350f64918e3bcaa443ffa7907ece8a1c4 authored almost 6 years ago
52b1afc350f64918e3bcaa443ffa7907ece8a1c4 authored almost 6 years ago
fix(implementation): add 15.9.11/16.0.0 information
b633f676c9e37bdd1680d204d443e5489ed20c9e authored almost 6 years ago
b633f676c9e37bdd1680d204d443e5489ed20c9e authored almost 6 years ago
move_backward : サンプルコードのコメントミスを修正
e8aaeed9dc9f54c22aa7a0cce0e867968d15110a authored almost 6 years ago
e8aaeed9dc9f54c22aa7a0cce0e867968d15110a authored almost 6 years ago
polymorphic_allocator : サンプル以外一段落
05786ab740276494cf3815dbbb203b0971e4e77f authored almost 6 years ago
05786ab740276494cf3815dbbb203b0971e4e77f authored almost 6 years ago
並列アルゴリズムの計算量 : 関数オブジェクトの計算量がO(N)だと読めたという指摘があったので、より明確に修正
c347fbdc9a3e85bac0314143de123c41a2996232 authored almost 6 years ago
c347fbdc9a3e85bac0314143de123c41a2996232 authored almost 6 years ago
Merge pull request #604 from KeisukeShima/patch-1
誤記の修正
df13a642d290afb581d1da7ad0f4ee7df0be3f7b authored almost 6 years ago
誤記の修正
try_emplaceの対応バージョンがC++11となっていたため、修正
2b3e05cb1e9ea8247cb7b45401f45df988d9898a authored almost 6 years ago
guaranteed_copy_elision.md: fix typo
c15b840fa2b0dad5f725467fc9b2ad6055654e1e authored almost 6 years ago
c15b840fa2b0dad5f725467fc9b2ad6055654e1e authored almost 6 years ago
min, max : 実装例を、等価な値があった場合に左の要素を返す仕様に合わせて修正
equiavlentなので等値ではなく等価が正しかった
8f9016c51af204334edb476b19a0b0a3c8e9db58 authored almost 6 years ago
memory_resource : サンプルコード以外完成 #588
bacd18d21530e647a8ad52a7002f3dc2a7f09720 authored almost 6 years ago
bacd18d21530e647a8ad52a7002f3dc2a7f09720 authored almost 6 years ago
exchange : コンテナ出力のほかの書き方を追加
f272d00c219c278a978ee631fea95daaa56a938e authored almost 6 years ago
f272d00c219c278a978ee631fea95daaa56a938e authored almost 6 years ago
variant::operator= : 修飾ミスを修正
792baf45f8396b94346df713a5f8ada530afd501 authored almost 6 years ago
792baf45f8396b94346df713a5f8ada530afd501 authored almost 6 years ago
variant::operator=を追加。(2)までの仕様を書いて力尽きてる
4a6b9b4bef573f0def801ae30c190e0b60e820da authored almost 6 years ago
4a6b9b4bef573f0def801ae30c190e0b60e820da authored almost 6 years ago
variantのget_ifを追加
eeface512683c962194758c0991586971ae208cc authored almost 6 years ago
eeface512683c962194758c0991586971ae208cc authored almost 6 years ago
bad_variant_access : noexcept付け忘れ
3a31030b9b2b709468d2150ff706e8a80c937ee3 authored almost 6 years ago
3a31030b9b2b709468d2150ff706e8a80c937ee3 authored almost 6 years ago
bad_variant_accessを追加
5393a294fc64daf1a4b10924f467120028913c73 authored almost 6 years ago
5393a294fc64daf1a4b10924f467120028913c73 authored almost 6 years ago
multiset/merge : correct the example
7ab77bf32cb19b2a7513f6aef5473705ca958d05 authored almost 6 years ago
7ab77bf32cb19b2a7513f6aef5473705ca958d05 authored almost 6 years ago
set(multi, onordered)/merge, extract : correct the example
80d646f8b72f527fca1501783ae3c60fe2ab0086 authored almost 6 years ago
80d646f8b72f527fca1501783ae3c60fe2ab0086 authored almost 6 years ago
add multiset/merge.md #591
a3ee39a31818ed7bc59b71853c13a6257aac6e7c authored almost 6 years ago
a3ee39a31818ed7bc59b71853c13a6257aac6e7c authored almost 6 years ago
add set/merge.md #591
3c31af24afe8b150acd6cbb5e23d31240055dd46 authored almost 6 years ago
3c31af24afe8b150acd6cbb5e23d31240055dd46 authored almost 6 years ago
add multimap/merge.md #591
10de4232e7501cf824feca04ae1735b618847e5e authored almost 6 years ago
10de4232e7501cf824feca04ae1735b618847e5e authored almost 6 years ago
*/extract : minor correction of text
f523cf8b4f5c8c3431a3563025560f4cc4e3985b authored almost 6 years ago
f523cf8b4f5c8c3431a3563025560f4cc4e3985b authored almost 6 years ago
add unordered_multiset/extract.md #591
f3242b647380d59e34bc715a0aedbcf3b88054f9 authored almost 6 years ago
f3242b647380d59e34bc715a0aedbcf3b88054f9 authored almost 6 years ago
add unordered_set/extract.md #591
484841e345a4ad61d6586a79b2ed3b7f046e5601 authored almost 6 years ago
484841e345a4ad61d6586a79b2ed3b7f046e5601 authored almost 6 years ago
*/extract : minor correction of text
207ddf0032ddf528698bdcc8f4ed112648ac6e2a authored almost 6 years ago
207ddf0032ddf528698bdcc8f4ed112648ac6e2a authored almost 6 years ago
add unordered_multimap/extract.md #591
094da8cf0f051d48675fac14d81648c9237afe5b authored almost 6 years ago
094da8cf0f051d48675fac14d81648c9237afe5b authored almost 6 years ago
add unordered_map/extract.md #591
77e4bb7a1d6016e3c3d40e74d459df98251bba30 authored almost 6 years ago
77e4bb7a1d6016e3c3d40e74d459df98251bba30 authored almost 6 years ago
add multimap/extract.md #591
a062bc9fdea83438963099164e27bbb368ff8e75 authored almost 6 years ago
a062bc9fdea83438963099164e27bbb368ff8e75 authored almost 6 years ago
variantのget : サンプルコードを追加
169f777bd60e3dfadc8554db3184664b33b606e5 authored almost 6 years ago
169f777bd60e3dfadc8554db3184664b33b606e5 authored almost 6 years ago
variantのgetを追加。サンプルコードはまだ
86fa8f05f51f02076b2e7c44603cf6dd795cc7b4 authored almost 6 years ago
86fa8f05f51f02076b2e7c44603cf6dd795cc7b4 authored almost 6 years ago
shared_from_this : コンストラクタ内での呼び出しについて追記
e07b57fa28cbc098112176c9fec0e04f6024bb24 authored almost 6 years ago
e07b57fa28cbc098112176c9fec0e04f6024bb24 authored almost 6 years ago
basic_string::operator== : 比較方法について修正 #603
ffef4a22b0cecad591f7248dfb346f3f12c411fc authored almost 6 years ago
ffef4a22b0cecad591f7248dfb346f3f12c411fc authored almost 6 years ago
basic_string::operator< : 比較についての追記取り消し #603
4513a1d6ecdfe5209f2f18b24ff90ea0b23c629f authored almost 6 years ago
4513a1d6ecdfe5209f2f18b24ff90ea0b23c629f authored almost 6 years ago
Kona会議で決まった言語機能をコンパイラ実装状況ページに記載
40830e3544f1953aa3dff64b82f739be0d253152 authored almost 6 years ago
40830e3544f1953aa3dff64b82f739be0d253152 authored almost 6 years ago
chore(random_device): 関数の{の位置の調整
30db680a016ad06875fddfc91c42429a9052a1d8 authored almost 6 years ago
30db680a016ad06875fddfc91c42429a9052a1d8 authored almost 6 years ago