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

LWG Issue 3453対応

ab8c40980dd4b91e4b59755886c997fb42b49180 authored over 3 years ago by onihusube <[email protected]>
from/to_chars : GCC対応を追記

3cdfcef53b11de41806c8ac4ac24608bcd23f2c8 authored over 3 years ago by onihusube <[email protected]>
LWG Issue 3446対応

1d7fae9e06d1a3a3533c88ccf92441455fa5dbac authored over 3 years ago by onihusube <[email protected]>
LWG Issue 3465対応

4b80799943658ee46ebb52e570f350c3bbaff345 authored over 3 years ago by onihusube <[email protected]>
LWG Issue 3461対応

f26d50433239e535d7b29cbbb588cf13205dcc7c authored over 3 years ago by onihusube <[email protected]>
LWG Issue 3472対応

b3ea6b2fb6a067ddf7177a4be7e40e5a63b5864a authored over 3 years ago by onihusube <[email protected]>
is-integer-like : LWG Issue 3467対応

de0c9736b7f9437a97e28ff42a14f4ffd2ef970a authored over 3 years ago by onihusube <[email protected]>
NULL: マクロ定義される標準ヘッダ一覧を明記

6dc690232ed4b928bafcf98c672aa5f150d4c20c authored over 3 years ago by yoh <[email protected]>
nullptr_t: 処理系依存のため"出力例"に変更, 他調整

15f387f86a8bd694d965529487d39f6f5a7d5231 authored over 3 years ago by yoh <[email protected]>
GCCとClangの実装状況を更新

59ed35c493e197c453306ebf5affd45141ac95f7 authored over 3 years ago by Akira Takahashi <[email protected]>
Merge pull request #849 from KodaiYM/correct-endl-to-ends

std::ends の実装例の誤記 endl を ends に修正

def90f353f7c88c4b8d0c9c48c86d15bfbfb3b4e authored over 3 years ago by onihusube <[email protected]>
std::ends の実装例の誤記 endl を ends に修正

5500d068a3c15c25e120eb954d43789dec0d8f4a authored over 3 years ago by KodaiYM <[email protected]>
cpp20/coroutines: await式の動作仕様説明誤りを修正

915231378b023040ca072b1eb2651da56e42e4b4 authored over 3 years ago by yoh <[email protected]>
cpp20/coroutines: await式の出現可能箇所説明を改善

"handler([except.pre])"がtry-catch構文のcatch節に当たることを明記。

d595f3c8dce3a057452ebe389a9bd60e1ddaea2b authored over 3 years ago by yoh <[email protected]>
stacktrace_entry : 関数名はやっぱりdescriptionに含まれる

054df68eb2c2f93385ebacdacac0aee158d1d7db authored over 3 years ago by Akira Takahashi <[email protected]>
関数名はやっぱり含む。 Revert "basic_stacktrace : stacktrace_entryに関数名の情報がなかったので出力から削除しておく"

This reverts commit abab91c601328dc4235c664e0d3763facfbb271b.

80f1139af1196a87077881c218acc9570f7c8832 authored over 3 years ago by Akira Takahashi <[email protected]>
atomic_flag: test関数のWG21提案文書参照を変更

atomic_flag::testメンバ関数追加はP0995R1提案による。

ed2033e3a8cba1b80585cc01e02a44ef72f706c8 authored over 3 years ago by yoh <[email protected]>
allocator : リンク切れを解消

bd981e8428a0e92b8683bcc5754dad30a52c6e28 authored over 3 years ago by Akira Takahashi <[email protected]>
リンク切れを解消

6f2bfd6c6285c9afcfa85d7238946cb38fe65306 authored over 3 years ago by Akira Takahashi <[email protected]>
Merge pull request #846 from sisomoti/fix-typo-in-cstdio

cstdio: fix typo

472cf5a2c69a93b5d09813577778ebe339c523b1 authored over 3 years ago by Akira Takahashi <[email protected]>
cstdio: fix typo

53ea79cf25cfc75dff4483f1a15702a9fbf5a547 authored over 3 years ago by siso <[email protected]>
has_unique_object_representations: 浮動小数点数の説明を増補

d5055610e0384774da91acbf8fe477d9d261639e authored over 3 years ago by yoh <[email protected]>
has_unique_object_representations: 例示を"出力例"に変更

クラス(構造体)データメンバ間のパディング調整は標準C++の範囲外であり、
pragma指定やコンパイルオプションなど処理系独自設定の影響を受ける。

3baf8f05ad899e1529f50fbedf1c2e04daa8fe2a authored over 3 years ago by yoh <[email protected]>
is_nothrow_convertible: 要件の表記調整, 例示ハイライト修正

9f254b9ba28faa9f96a7ec50cb3aa3152ea4b905 authored over 3 years ago by yoh <[email protected]>
is_member_pointer: 例示コードを修正

725e24133c61ba90fd461f88f3731d52b9eab1f8 authored over 3 years ago by yoh <[email protected]>
要素数不明の配列への変換を許可 : 仕様の例の説明を修正

4bf3c981d3095999018967b2f713c691233d3834 authored over 3 years ago by lpha <[email protected]>
要素数不明の配列への変換を許可 : 例の間違いを修正

f1fbc50a6f8940c23e744d0a0dc784b0f82c212e authored over 3 years ago by lpha <[email protected]>
cpprefjp特有の拡張構文 : category, concept, named requirement, cpp23関係を追加 #779

fc364649c8ab234b92e452e46cd3b18f01783c46 authored over 3 years ago by Akira Takahashi <[email protected]>
Merge pull request #845 from cpprefjp/cpprefjp/named-requirement

Callable,Invoke,LessThanComparable,ValueSwappableをnamed requirementに

b051f54cc843b7579d55f45d932e136b50c1c4f6 authored over 3 years ago by Akira Takahashi <[email protected]>
Callable,Invoke,LessThanComparable,ValueSwappableをnamed requirementに

6714d8d76524a7f6194c9f4451dfebee6e6f766c authored over 3 years ago by nyaocat <[email protected]>
Merge pull request #844 from cpprefjp/cpprefjp/node_handle-header-to-category

node_handle : headerではなくcategoryにした

d1e683317e2c2f32036983f56dc0a69f9bbae912 authored over 3 years ago by nyaocat <[email protected]>
node_handle : headerではなくcategoryにした

f4221646a718ebafb850e19898b0122b46d9ca53 authored over 3 years ago by Akira Takahashi <[email protected]>
numeric_limits::is_modulo : 2の補数規定のページにリンク

c34db49be88b6b6ac81de5fd335d053e7fb85482 authored over 3 years ago by Akira Takahashi <[email protected]>
bind_front : 戻り値の説明を少し変更

88617549384ad5c648bbf81ea7985f99aa82e3a1 authored over 3 years ago by onihusube <[email protected]>
bind_front: fix typo

11c53e6c93735f22a4d577dd36fcf7e6554ff13d authored over 3 years ago by onihusube <[email protected]>
allocator_traits : rebindの使用例を記載

f3ca4bc4fea99c4e6aa2de17efc4b6f2fca61748 authored over 3 years ago by Akira Takahashi <[email protected]>
is_compound: 規格書セクション番号を削除

C++20現在は6.8.2となる。今後も変更される可能性がありセクション番号は削除。
https://timsong-cpp.github.io/cppwp/n3337/basic.comp...

253366d8e62cea667ba1dda22b64e54963d1da98 authored over 3 years ago by yoh <[email protected]>
リンク修正

dd09324690f1e6637c4c3085d03503153af83477 authored over 3 years ago by onihusube <[email protected]>
ranges::iter_swap追加 #712

6b370b82c28f8e4bec3e8af3815a71512118ab36 authored over 3 years ago by onihusube <[email protected]>
Merge pull request #842 from cpprefjp/delegate

誤訳修正 s/移譲/委譲/

f870e71a2b6fbb522161aa4a1a726c7240922113 authored over 3 years ago by Akira Takahashi <[email protected]>
delegateの訳語を追加

85e22978180e822c7c00d8a72531dd7d77f70e46 authored over 3 years ago by Akira Takahashi <[email protected]>
誤訳修正 s/移譲/委譲/

7b3c67e28a750fc0f25e0c79a67b72f1e1a532a1 authored over 3 years ago by Akira Takahashi <[email protected]>
Visual C++ : fix typo

34415b8a040b6a1f2c5b5ad4e9ca3dacf586ae1d authored over 3 years ago by Akira Takahashi <[email protected]>
GCC : C++23の機能を有効にする方法を記載

https://www.phoronix.com/scan.php?page=news_item&px=GCC-11-STD-CPP-23-2B
https://github.com/gcc-...

5b4e9cd0468374020e08fd1a06209522417fddb6 authored over 3 years ago by Akira Takahashi <[email protected]>
cpp17/lambda_to_noexcept_function_pointer: 例示コード増補

2aa07e1857730067762f4df3cbd33c26d9d28c35 authored over 3 years ago by yoh <[email protected]>
basic_stacktrace : stacktrace_entryに関数名の情報がなかったので出力から削除しておく

abab91c601328dc4235c664e0d3763facfbb271b authored over 3 years ago by Akira Takahashi <[email protected]>
stacktrace_entryクラスページを追加

4a352623211830d331c8c2629b6389059b6832eb authored over 3 years ago by Akira Takahashi <[email protected]>
cpp23/literal_suffix_for_signed_size_t: 表記ゆれを統一

0686e9c5983f3307b3edc6f4039af5d0b4b2b536 authored over 3 years ago by yoh <[email protected]>
basic_stacktrace : コード修飾を追加

9b529e8fefc1560ce4398258221a4eab58278e7b authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace: コンストラクタと代入演算子を追加して完了

751f5e90bf9c712252720039c291c15093316db9 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : 比較関数を追加

ea80d38999603f3b112a04d5a34a08fa2d660b42 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktraceのswap : コピペミスを修正

6cd7501dc6e893429dfd7bcaa55a9f54efea7850 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : swapを追加

2121646061974d94db3e055c9f50bb52290d9440 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : 見出しミスを修正

a0e9b43161f92d438f86bfef2bbb0ea7e40aff4f authored over 3 years ago by Akira Takahashi <[email protected]>
forward_listのswap : オーバーロードに番号をつけた

cee17bef003e523df0942daf9397db0288256c32 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : イテレータ関係を追加

35aacaaa0c689a9c46800f9e5a4a0c4ad3edaffc authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : operator[ ]とatを追加

aa3ea60a32343d41274457aab0017d8dd25bfac4 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : get_allocatorを追加

60be88671a5ca51d8cc7d91b2468a613676b1849 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : max_sizeを追加

26f13c1654e00fbbd368af1add732f8f75985609 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : sizeとemptyを追加

a40ef68427b399f16ec2ba9fe9313bcec3e7ddc3 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace::current : 見出しミスを修正

41c62fdd04f69d9438028aeb6dd64ff3289b4c08 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace: イテレータがランダムアクセスイテレータであることを記載

ada706ac97ead50d940b291d47ae5e22612da88b authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : cerrへのリンクを追加

b763b97dbc1db41fd186486c1c065bc7ec89ae03 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : コード修飾ミスを修正

4ce0b027bdce9944c10f02291fdcb5b95213584b authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : クラス概要を記載

e850cb40833cd0f2f6b32d12e352657a5d09ef96 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : currentを追加

cc0502b39cd06ac14b6e4ff5bc65e07967ea1fd1 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktraceのto_string : 名前空間の閉じがなかった

1c09e26fd060d40371aca1f6d0b14e34e78af6db authored over 3 years ago by Akira Takahashi <[email protected]>
is_scoped_enum: 要件修正

c81ca5b9803b13c1631fd54fbdb89e5098ab05b8 authored over 3 years ago by yoh <[email protected]>
basic_stacktrace : アサーションマクロを自作する例を追加

37981beb206782d4e4b885c9ab977321e652a256 authored over 3 years ago by Akira Takahashi <[email protected]>
basic_stacktrace : operator<<とto_stringを追加

fc7c14b6c3480cfa84da4c6e8375fb565faea10e authored over 3 years ago by Akira Takahashi <[email protected]>
グローバル修飾リストに<stacktrace>を追加

b4a325503919a4f603848d74ac2b7d053323d4a1 authored over 3 years ago by Akira Takahashi <[email protected]>
<stacktrace>ヘッダとbasic_stacktraceクラスのページを追加

88c72e66cf17eb2a33380aab586aab52320468b1 authored over 3 years ago by Akira Takahashi <[email protected]>
C++23 : 「(符号付き)size_tリテラルのためのサフィックス」を追加

a601815c2a32f4840ef7f9a8b59fb037d71a3cd3 authored over 3 years ago by Akira Takahashi <[email protected]>
C++23 POSIX規格の更新 : 言語バージョンの間違いを修正

e963afb1fd94a24d6faba5b0701623770fe075e2 authored over 3 years ago by Akira Takahashi <[email protected]>
<atomic> : 関連項目として<stdatomic.h>にリンク

878586cbb700d78545c1c8ef417a11d9697fb31e authored over 3 years ago by Akira Takahashi <[email protected]>
stdatomic.h : fix typo

52af448298682494becce03c0500bae47b82d4d7 authored over 3 years ago by Akira Takahashi <[email protected]>
stdatomic.hを追加

ddde6ea30dfe52ec316fb222a4506462a706dc08 authored over 3 years ago by Akira Takahashi <[email protected]>
C++23 : 「参照するPOSIX規格を更新」を追加

f20766f4c82c837c0619cbfe0dcda2ff49e0c411 authored over 3 years ago by Akira Takahashi <[email protected]>
type_traits : is_scoped_enumを追加

7f622e75f6858a5dec2d711c92346ae708dce303 authored over 3 years ago by Akira Takahashi <[email protected]>
string/string_view : containsメンバ関数を追加

b25b9be178f5426bac67eb4bf05e9067323015fe authored over 3 years ago by Akira Takahashi <[email protected]>
C++23 : 表示調整

7110b5f8bf05f918a28de199b0028562adcee14a authored over 3 years ago by Akira Takahashi <[email protected]>
C++23 : 導入予定の機能を追加・更新 #839

70da1afbce80929f2852004b402fcc7c02366f18 authored over 3 years ago by Akira Takahashi <[email protected]>
IS : C++23のworking draftを更新 #839

N4871のHTMLはまだなかったので、ひとまず最新にリンク。最新のHTMLはN4871になっていた

7e6304653afc5370d8c8d445219ae8b60214137e authored over 3 years ago by Akira Takahashi <[email protected]>
pi : Visual C++のバージョン表記を本サイトのものに修正

777428085c23063d74bf9aa192f4d7762363eeee authored over 3 years ago by Akira Takahashi <[email protected]>
chore: clangとmsvcの情報を追加

1dbd23cccb9d635bd766ebf38e2f5c0b559aa796 authored over 3 years ago by yumetodo <[email protected]>
iter_move : 説明修正

e26ce11e4c985e23154037653a176a9e757d0065 authored almost 4 years ago by onihusube <[email protected]>
C++20 : 仮称を追加 #839

98c7c8d0ae9d2df5757979d703df5de289227067 authored almost 4 years ago by Akira Takahashi <[email protected]>
Clang : C++23の機能を有効にする方法を記載 #839

3bb160840ae7fa7ad74c56d296f8064504e0daac authored almost 4 years ago by Akira Takahashi <[email protected]>
GCCの存在しないバージョン番号 (.0) を記載していたところを修正

7645ac261d673004675ae7e98899222c819c30b7 authored almost 4 years ago by Akira Takahashi <[email protected]>
source_location : GCCは11.1からサポート (11.0はない)

ec24b4bb6f77e478a00fc2a7affd7c7367936be2 authored almost 4 years ago by Akira Takahashi <[email protected]>
source_location : サンプルコードにコード修飾を追加

8afd2b9aa046c1ab23671d2d6ccb9fbb53168882 authored almost 4 years ago by Akira Takahashi <[email protected]>
iter_move : 色々修正

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

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

4220134e2af4b101204451c18eef4ff16e8828d1 authored almost 4 years ago by onihusube <[email protected]>
ranges::iter_move追加 #712

104f599a58e3804d6c16a4cf92da3a9cdded1d8f authored almost 4 years ago by onihusube <[email protected]>
関数名の修正

0ee729a1b7d047e2cf4264df533203a016142c91 authored almost 4 years ago by onihusube <[email protected]>
is_convertible: 要件の表記調整

6bd722bd36e50e88e8399967736c9e40dcbacfcd authored almost 4 years ago by yoh <[email protected]>
Merge pull request #840 from uodna-t/patch-1

Update regex_replace.md

f1971d5e6d8b192403a185d9d201ecff4dd03be7 authored almost 4 years ago by Akira Takahashi <[email protected]>
Update regex_replace.md

「出力」の番号の誤りを修正。

103f0047f5795f3cca350d10828b797a42f13218 authored almost 4 years ago by ANDOU Tetsuo <[email protected]>
noop_coroutine_handle: LWG3460への言及追記

coroutine_handle<noop_coroutine_promise>がcoroutine_handle<>を継承しなくなる。
C++23 WD(N4878)には反映されていること...

61885ec44f2f4d1218b82ada5460c133066a904b authored almost 4 years ago by yoh <[email protected]>