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

counted_iterator ++/--追加 #712

76f475e982d770da6788216e53c09222b4d9f961 authored almost 4 years ago by onihusube <[email protected]>
C++20 [[nodiscard]]をコンストラクタのオーバーロードごとに付加できるようにする : 関連項目を追加

07c7756784556e507792afcc9649a357a2cf4da7 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++17 nodiscard : コンストラクタのオーバーロードに対するnodiscardはC++17でも使用できる可能性があることを記載

813ecfdc091db1c8848c01430678f49e970cc80f authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20の実装状況 : GCCの実装状況リンクをC++2a名称からC++20名称のURLに変更

4887ca5262074ff5fc992ec294448c6cbb06388d authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「[[nodiscard]]をコンストラクタのオーバーロードごとに付加できるようにする」を追加

5bc2489c183dda4271de5d653420f8aebfcd7c46 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : has_single_bitとbit_widthの説明を名称変更後のものに修正

5b8b6f70a3f91606459f81fcbd153ec7fba23389 authored almost 4 years ago by Akira Takahashi <[email protected]>
bit_widthとhas_single_bit : 名称変更後の説明に修正

ddd65a934a79bace24837122b30f17d33b5627ca authored almost 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #823 from nilgawa/patch-1

fix typo "is_pointer_interconvertible_base_of.md"

55e70dff21d04676ad0a1e8da102b6d8864834ce authored almost 4 years ago by Akira Takahashi <[email protected]>
Update is_pointer_interconvertible_base_of.md

typo?

66f3ed2475c0832c41bb99f7df92896a9f7567eb authored almost 4 years ago by nilgawa <[email protected]>
type_traits: is_corresponding_member #690

2862ba532914713e67815a8f89193343f8471b17 authored almost 4 years ago by yoh <[email protected]>
is_pointer_interconvertible_with_class: refine description #690

75fe541496c4deba3095ff0ed42f6c5b3e279ff6 authored almost 4 years ago by yoh <[email protected]>
type_traits: is_pointer_interconvertible_with_class #690

a4ce3c279cf3caad47500221c3f8fe97d53c11e6 authored almost 4 years ago by yoh <[email protected]>
is_pointer_interconvertible_base_of: fix example, again. #690

373db25 の再修正。結果が真値になる例示のみに限定。

e9564f2fc00bf974b2b102f3751227765efc1c31 authored almost 4 years ago by yoh <[email protected]>
counted_iterator::count : 効果とサンプルの修正

568c4eaa3601ca8d2e6d5fca461716766d301498 authored almost 4 years ago by onihusube <[email protected]>
counted_iterator::[] 追加 #712

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

1d9032e52bfdb5e53b98beb2504448348ffe063c authored almost 4 years ago by onihusube <[email protected]>
counted_iterator::count 追加 #712

96502301c1fee303910d98d6a3ed3a38b15d143e authored almost 4 years ago by onihusube <[email protected]>
counted_iterator : fix typo

644e3039adcc62ebd1588b41050ff8ebc8df922f authored almost 4 years ago by onihusube <[email protected]>
is_pointer_interconvertible_base_of: fix example

執筆時点では同メタ関数を実装するC++処理系が存在せず言語仕様からの推測となっている。

373db2562dd489679aa96001078a6cb320052725 authored almost 4 years ago by yoh <[email protected]>
type_traits: is_pointer_interconvertible_base_of #690

94a41b653c01c8d1b2d5c040c1ce6fe74ae58c80 authored almost 4 years ago by yoh <[email protected]>
type_traits: is_layout_compatible #690

87b400ac63a78eb437c78988db9e37a7160304ad authored almost 4 years ago by yoh <[email protected]>
sort : 降順に並べ替える例を追加

a973b8b6d589d6f1c9127f3478477ae737156b8c authored almost 4 years ago by Akira Takahashi <[email protected]>
sort : ユーザー定義型の配列を並び替える例を追加

59dcbf53936c9e0f90fc62e99c22caa5b2a15024 authored almost 4 years ago by Akira Takahashi <[email protected]>
type_traits: P0466R5メタ関数を追記, 列挙順をC++20規格えた.

296ab8cdb53bc16d0b4c3c33ff03f3941956d51b authored almost 4 years ago by yoh <[email protected]>
map : ユーザー定義型をキーにする例を追加

ff0b42079302aee35dea30ad4b2d387265712881 authored almost 4 years ago by Akira Takahashi <[email protected]>
C++20 : 「char16_tとchar32_tの文字・文字列リテラルを、文字コードUTF-16/32に規定」を追加

3c208880611b6da451a1cddc2687b35f970b1a75 authored almost 4 years ago by Akira Takahashi <[email protected]>
ADLを無効にする関数定義 : 実装例を記載

9aa71ee54f0a6ede4bba7fbb3f81345e852f6d5c authored almost 4 years ago by Akira Takahashi <[email protected]>
counted_iterator base追加 #712

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

ee954f2bc2279cec9aaf4b158e5afb09a855d22d authored almost 4 years ago by onihusube <[email protected]>
string_viewコンストラクタ : rangeコンストラクタのバージョン追記

65928e0c4421828edc128b97ef38611c1e224f24 authored almost 4 years ago by onihusube <[email protected]>
Merge pull request #822 from Nagarei/patch-1

fix typo

5f05ee91cad93d2c16774daf88bf59152c719901 authored almost 4 years ago by yumetodo <[email protected]>
fix typo

typoによりマークダウンの表記が崩れていたのを修正

b18a085fcfedf7b45a8ef4c80087f6fd2d21c27e authored almost 4 years ago by Nagarei <[email protected]>
Merge pull request #821 from cpprefjp/fix-some-mistakes

typoの修正と文面の追加

3f6da11bdaa60e424028f730e717db64c257dcad authored almost 4 years ago by Akira Takahashi <[email protected]>
Argsについて加筆

80e2212723e2b99920337d38f1885aad6842c7f5 authored almost 4 years ago by I <[email protected]>
fix code highlight

0c43257943f97e459defe61f53ffbfa88fd249d8 authored almost 4 years ago by I <[email protected]>
fix typo(nagate -> negate)

31845eb5174f4ccf11abeef00588e59372fb91c1 authored almost 4 years ago by I <[email protected]>
C++20では削除

c42caa6ca89a7431484f1dc03bb8d06b219ae4e9 authored almost 4 years ago by I <[email protected]>
fix typo(非機能 -> 機能)

cfc9e465350b6bfe7a3c47552446cd542eee831e authored almost 4 years ago by I <[email protected]>
counted_iteratorコンストラクタ追加 #712

cd5bd3301f97758bc1eef58c12b6641a8080125d authored almost 4 years ago by onihusube <[email protected]>
condition_variable_any/wait_for: stop_token関連を再修正

aee983e4ae20ce822e0a26950f7f5b1fe50c5569 authored almost 4 years ago by yoh <[email protected]>
condition_variable_any: wait_* stop_token対応の説明誤り修正

569a724acba4af5707a7134f30578c6b6bef9a44 authored almost 4 years ago by yoh <[email protected]>
リンク修正

2f7eb04e1d62a500da3aebbdd8e3836e15caebfb authored almost 4 years ago by onihusube <[email protected]>
counted_iterator追加 #712

ef4678f989c4a84d49bd2217c7f84085dfc88b42 authored almost 4 years ago by onihusube <[email protected]>
sort : C++11はビッグオー記法の計算量だった

0226a81c4ed86a3cc7870693b452437d85756e45 authored almost 4 years ago by Akira Takahashi <[email protected]>
Strategized Locking Patternの参照ページがリンク切れしたので差し替え #819

POSA2の公開ページの代わりに、おそらくその元になった雑誌記事を採用

d99d39d0181d05f5eccf9cf22cf51476310aadd6 authored almost 4 years ago by Akira Takahashi <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

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

61e1d8706be0024039591e96a1696a0d00d4ce95 authored almost 4 years ago by onihusube <[email protected]>
feat(msvc_ver): add 16.8.1 info

https://dev.to/juanpablohv/comment/18b0b

50c091f9b7b1b8da635f8efa5cd1370b5544fead authored almost 4 years ago by yumetodo <[email protected]>
feat(msvc_ver): add 16.7, 16.8.2 info

75ea6ce9efce655bc8f5a2e5e8cbc6e149e032e5 authored almost 4 years ago by yumetodo <[email protected]>
default_sentinel_t追加 #712

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

94ec174b10291ac9d1c13c48806b27122f61bc13 authored almost 4 years ago by onihusube <[email protected]>
ADLを無効化する関数について追加 #818

b7057b64179dae63474e61a140c7f1d0983955d2 authored almost 4 years ago by onihusube <[email protected]>
cmp_less : 不足していた式を追加

babb427dfdaac73f3ac8b19c5c9683f13cf4d23d authored almost 4 years ago by Akira Takahashi <[email protected]>
common_iterator::iter_swap 表示調整

b06b613b985c11fd864de3c5a5e9f4a519bbc299 authored almost 4 years ago by onihusube <[email protected]>
common_iterator : iter_move/swap追加 #712

de5c16cd4a715476075f48a28eec9085131083b4 authored almost 4 years ago by onihusube <[email protected]>
common_iterator : operator-追加 #712

3c2fb14d4145179cee775c3943a53c77b7495a20 authored almost 4 years ago by onihusube <[email protected]>
filesystem_error : エラー理由文字列の事後条件を変更

71950072d2918215adff5913dbe194014320e67e authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic_ref::is_lock_free : 対象を「オブジェクト」から「`atomic_ref<T>`型のすべてのオブジェクト」に変更

64d25f77c5664c4cf58e2a65c5538ab7d2ee050b authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic(_ref) : インクリメント、デクリメントの戻り値型をTからvalue_typeに変更

3426ac42b7a81b59a431c6e3171264398fe43d1c authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic_ref : notify_all, notify_one, operator=をconstメンバ関数にした

dc35f117cdff4e63e0d727175cd440a4a808838e authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic_ref : 間違ってvolatileオーバーロードを書いてしまっていたので削除

c13bf21fef4ed5a2d3a07d596f064c14fc179bd0 authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic : 非メンバ関数にもvolatile制約を記載

7bff03b2f8528ee986dd122103f6086e51048a97 authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic_init : volatileオブジェクトをとるオーバーロードに制約を追加

89ef74a13689bade8b1e90abae83d57e9e6ea145 authored almost 4 years ago by Akira Takahashi <[email protected]>
condition_variable_anyのwait操作 : 引数順が変更された提案文書を参照に追加

8e1e6965345d5e10a17c0bbdc0a34b521d0c53b8 authored almost 4 years ago by Akira Takahashi <[email protected]>
<utility>に、安全な整数比較の関数を追加

44ae2cb503d46505b7741f944ede541a4e38051b authored almost 4 years ago by Akira Takahashi <[email protected]>
Visual C++ : 2019 Update 7と8を追加

0fb2b6ee002a1aa7786dabd70137bf7899d999aa authored almost 4 years ago by Akira Takahashi <[email protected]>
atomic : volatileの制約に対応

e1886ee8c9f9533dc0f255df1e707e020938de80 authored almost 4 years ago by Akira Takahashi <[email protected]>
fix(dynamic_pointer_cast): virtual destructor will be required

841eb4872eeff75942f55dc7b524968a768c624c authored almost 4 years ago by yumetodo <[email protected]>
variant_size, variant_alternative : volatile版を非推奨化

fb2a6a91cfbb622788c45e2c8d02c89022045145 authored almost 4 years ago by Akira Takahashi <[email protected]>
tuple_element, tuple_size : volatile版を非推奨化

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

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

d5c5a53c42f80bbf0db2677142fccbfd0f6cecfe authored almost 4 years ago by onihusube <[email protected]>
thread / packaged_task : 不要なdecayを削除

a6d5a15cc5bf6f31df45dcccceb70f2fa71d1926 authored almost 4 years ago by Akira Takahashi <[email protected]>
common_iterator : ==追加 #712

a266fd7718be32a5972f8070f6fd54fb69115272 authored almost 4 years ago by onihusube <[email protected]>
chore(international-standard): remove )

ffe01362d93bedb53819757b9b2ef11cdcfd186d authored almost 4 years ago by yumetodo <[email protected]>
optional, variant: 型の要件をdestructibleにまとめた

08c80265d635ed63f1dac11409fe8f158e851bfc authored almost 4 years ago by Akira Takahashi <[email protected]>
is_destructible : 配列が破棄可能ではないことを明記 (例は元々あった)

関連: https://wg21.cmeerw.net/lwg/issue3196

4d2e5f376723ac12f5f72e787c461fd6748fcf43 authored almost 4 years ago by Akira Takahashi <[email protected]>
addressof関係の対応

55e6851ea2c52af5d82cff05d9f1d3b3e16fcbf4 authored almost 4 years ago by Akira Takahashi <[email protected]>
bind_front : reference_wrapperをunwrapしない

383b4d588eb38f79b7eccf3eb6344711d8791158 authored almost 4 years ago by Akira Takahashi <[email protected]>
chronoのformat/parse : durationの特殊化に%Iと%pを使用できる

40f750238adf3b5714af755fc962bf441f2887ae authored almost 4 years ago by Akira Takahashi <[email protected]>
zoned_timeのコンストラクタ : TimeZonePtrだけを与えた場合にtime_pointをデフォルト構築する

630bf8098503f77399ecae52fcbddf54c8a80e18 authored almost 4 years ago by Akira Takahashi <[email protected]>
zoned_timeのコンストラクタ : 変換コンストラクタからnoexceptを削除

640838738c784b3fd27f7b07e04cab210b878983 authored almost 4 years ago by Akira Takahashi <[email protected]>
chronoのformat : %yと%Yのロケール依存フォーマットに対応したissueを記載

13bf6de1f8699f1e6865d22d7b0e94f2d5a1a87b authored almost 4 years ago by Akira Takahashi <[email protected]>
year_month_day_last : !ok()の場合のday()の戻り値が規定されていなかった問題に対応したissueを記載

7ae2265f2016ed5d7168107597ab506e614bca3b authored almost 4 years ago by Akira Takahashi <[email protected]>
zoned_timeの推論ガイド : common_typeをとっていなかった問題に対応したissueを記載

495432852d8e1a66be0fd3546e7df70feb3bb096 authored almost 4 years ago by Akira Takahashi <[email protected]>
chronoのparse : 制約を整理したissueを記載

cc3f59cc7b32bf8540ae92be72e56c1568a0fc22 authored almost 4 years ago by Akira Takahashi <[email protected]>
chronoのparse : %pの不要な制限を外したissueを記載

0e4d4f35fa6afcd1d4bb27e2c373c01ad0cebdb2 authored almost 4 years ago by Akira Takahashi <[email protected]>
chronoのparse : %dの改良コマンドが間違っていた問題に対応したissueを記載

33924edcedc219c557554b28db87c3e3b4269346 authored almost 4 years ago by Akira Takahashi <[email protected]>
year_month operator+ : 戻り値が曖昧だった問題に対応したissueを記載

f9902da36ec7d6f9fc13f7f87a28bfbde47a7e80 authored almost 4 years ago by Akira Takahashi <[email protected]>
weekday_indexedのコンストラクタ : 曜日範囲が間違っていた問題に対応したissueを記載

6345938445375788901e01018713779b337b47de authored almost 4 years ago by Akira Takahashi <[email protected]>
promise/packaged_taskのget_future : 書き込み操作と競合しない規定を記載

d3f7df02ff5e2b0c1277f73719fb61f3366f7b44 authored almost 4 years ago by Akira Takahashi <[email protected]>
duration operator/ : オーバーロードの概要を記載

6a85ba88a0a0d7d52971133a79fb455139da795f authored almost 4 years ago by Akira Takahashi <[email protected]>
recursive_directory_iterator::pop : 無効化の事後条件を過去にさかのぼって適用

2161c2be65072e3cda3c8043a07bf58634027b1c authored almost 4 years ago by Akira Takahashi <[email protected]>
visit : 戻り値型が間違ってた問題へのissueを記載

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

37290198e34bc2e9d6e0714c0c18a7b415b91fe4 authored almost 4 years ago by Akira Takahashi <[email protected]>
filesystem_error::what : 戻り値の詳細を記載

9f4447eeb7446f37f378c58a33d9e7d061ebb56a authored almost 4 years ago by Akira Takahashi <[email protected]>
is_literal_type_v : inline対応のissueを参照に追加

0f25a4e13f9b14ad554896223ca3687a13a21fa6 authored almost 4 years ago by Akira Takahashi <[email protected]>
filesystem : noexceptをいくつか外した

eae6ded8fe190a5b331b77816e9461fd1bec8045 authored almost 4 years ago by Akira Takahashi <[email protected]>
leap_second : operator<=>の制約見直しに対応

a76aeeabcf7b0f6852f01ade4fd40c4dcf840b40 authored almost 4 years ago by Akira Takahashi <[email protected]>
to_address : constexpr対応

c7770a02a6a362859b64f5e31c260ff7f0039b33 authored almost 4 years ago by Akira Takahashi <[email protected]>