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

contract-based_programmingをC++23に移動 #662

9f1269ccda75a70dd1e90d4e0cd8b426e5a9c09f authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
cmath/remainder : 文面の修正

std::fmod() と同じやり方で n を選んだとき、
x > (ny + y/2) のときに std::fmod() とは異なる結果を返す。
@onihusube9 on Twitt...

c62e8f81a8067025e7882e14c5a202df4ee93b92 authored about 5 years ago by alphya <[email protected]>
C++20 コンセプト : 制約周りを書き足し、オーバーロードの優先順を記載

制約の正規化とかはユーザーにとってそれほど重要ではないと判断して記載していない。一旦これで仕様記載を完了とする

0a0b8fca53ebaa7de66e438ad1a3c9eedc1f08da authored about 5 years ago by Akira Takahashi <[email protected]>
Update modules.md

インポートの章で、言葉の定義を明示するように変更

290e93dce7410675e2c2da33f8f07ed75b574118 authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

Fix typo

03943f993092729ed036ccda8944abb1bceb760f authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Merge pull request #674 from cpprefjp/mohammedari-patch-1

見出しの間違いを修正

7e071ad4f5fed0da23fe87bf94a9cb5e22d1f6a5 authored about 5 years ago by Akira Takahashi <[email protected]>
見出しの間違いを修正

C++14ページの見出しに、間違いと思われる箇所があったので修正しました。
「メモリ管理」の節は「ライブラリ更新の概要」の下だと思うので修正しています。

0377cafe575b9a3732f9bd87c3adc4e489ea29e6 authored about 5 years ago by Kazuyuki Arimatsu <[email protected]>
from_chars : 文言とサンプルの修正

159604cbc61fb62eb6f12497855f6d5ec587cd83 authored about 5 years ago by onihusube <[email protected]>
Update modules.md

エクスポートのサンプルコードを追加し内容を再編

917e26ac72b5b63a1de3dafe011c8333d8925ace authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
C++23言語ページを用意 #673

b5aa414ac6d2db02484951c799d0ffd958ee77ac authored about 5 years ago by Akira Takahashi <[email protected]>
雛形ページにC++23メタ情報について記載 #673

7017aaf5c9621a14e31db3b2ef095fc0dbb4f48b authored about 5 years ago by Akira Takahashi <[email protected]>
Update modules.md

ヘッダーユニットの説明を再編

2ad393a8e91968547fe0fff2d2f11ff7ae63fe3e authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

視認性向上のためにサンプルコードを結合

e93ef7ed72fe0464114091cd4e3ac537c6d31502 authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

モジュール名の予約について記載

8cd9ca6980097e115d9a3b59f26985f23a7c13ca authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

再エクスポートの説明を修正

038261535e3dc06ba206245a43ee03dd0126a87c authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

C++ライブラリヘッダーのインポータブルヘッダー化に基づいてさらに修正

fd6360232c9c6764d44c84a523bcacbb0cbd2da0 authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

C++ライブラリのヘッダーユニット化について修正

ba53b7829aaefcfa759c320a72f12d7ea41ebb9c authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
コンパイラの実装状況 : 修正とVS2019対応追記

3b073e60a290ba1694a990f14927a24e328e1603 authored over 5 years ago by onihusube <[email protected]>
C++20 コンセプト : コンセプト定義の仕様を書き足し

b2b6092ba022a4f8165da6ab826213f7b2809122 authored over 5 years ago by Akira Takahashi <[email protected]>
C++17対応状況 : MSVCの不明な属性無視について追記

ba27780afd6034d7bd792cdf0a42904f410b57b8 authored over 5 years ago by onihusube <[email protected]>
C++20対応状況 : MSVCの現状を追記

721cb3b78d5a2ad44395a279157a544aac83fa3d authored over 5 years ago by onihusube <[email protected]>
C++17 : 3年周期のリリースについてHerb Sutterの記事を追加

d71a54a772583140d0ab9b0dfd4a1364e33537f2 authored over 5 years ago by Akira Takahashi <[email protected]>
コンパイラの実装状況 : C++17のICC 19.1までの対応状況を更新

07bce9131081eb3f25869d73809f25c632392494 authored over 5 years ago by Akira Takahashi <[email protected]>
bit_cast : aligned_storageへの言及をなくした #664

880d7b9a282a19a3de243b086e0bcae4d80e30b0 authored over 5 years ago by Akira Takahashi <[email protected]>
aligned_storage : Strict Aliasing Ruleに違反しないようサンプルコードを修正 #664

cd7f7c393cc33ffd11742192730b623ab9ada7d5 authored over 5 years ago by Akira Takahashi <[email protected]>
Merge pull request #671 from Reputeless/patch-1

std::endian の表を修正

ea0058afc7bbd8998a855da504f8bf0f3150e31e authored over 5 years ago by onihusube <[email protected]>
std::endian::native の表を修正

本文にある mixed endian に関する説明が、表では抜けていたので追加

0c8d878ab918dd3b2458e685015cbd4b65602fe1 authored over 5 years ago by Ryo Suzuki <[email protected]>
Update modules.md

ヘッダーユニットについて加筆修正

32957a0f7397e26b5d685dd780c9f0c3c7ec40f1 authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
bit_cast : 実装イメージのキャストのところに、Strict Aliasing Ruleに違反してしまうことを記載 #664

24ba8177c61d2c49c7d49cba749f4ed07e460e46 authored over 5 years ago by Akira Takahashi <[email protected]>
vectorのメンバ : シグニチャの記述が古いところを一通り直し

ccc397385dfa1d00600db8386ed8e0ba9a0f42bc authored over 5 years ago by Akira Takahashi <[email protected]>
Update modules.md

グローバルモジュールフラグメント内の宣言の破棄について追加

a2780025ea52d68db32ab427337a247f43aa9aeb authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

ODRの例外がモジュールには適用されない点を追加

479d21994324fc9c79e1ec07c9efd8d654e9a655 authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
Merge pull request #670 from kenichiice/basic-string-find

basic_stringのfind系メンバ関数と比較演算子の対応バージョンを修正

f333ef49f5440fceafb1d7a2965bd1da41b96e5b authored over 5 years ago by Akira Takahashi <[email protected]>
basic_string: string同士の比較演算子にnoexceptがないものを追加

* 等価演算子と同じ構成にする。

031c29cdd14ef1f876b36b61d0b97f86aaa2b3e9 authored over 5 years ago by OGAWA KenIchi <[email protected]>
basic_string: string同士の等価演算子の対応バージョンを変更

* string同士の等価演算子はC++03でも存在しているため。

da78e0a6e99814e1e1476e8bbd8d9376ea9aacd1 authored over 5 years ago by OGAWA KenIchi <[email protected]>
basic_string: find系メンバ関数のcharTをとるものの対応バージョンを削除

* これらのメンバ関数はC++03でも存在しているため。

6521e32feba44c6ab5b614712b650ac2038ba568 authored over 5 years ago by OGAWA KenIchi <[email protected]>
Merge pull request #669 from cpprefjp/feature/add-translated-word-for-derived-classes

Feature/add translated word for derived classes

ba144d3c2b3bdb574e87c36039ed6adcfdcbad18 authored over 5 years ago by Akira Takahashi <[email protected]>
訳語表 : add{"covariant"="共変的"}

d720c99ff4b4e3a6088786e396533a4638910e75 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"non-virtual base class"="非仮想基底クラス"}

5e499a87603ca253659a10122da79d5f10f3b0b5 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"abstract class"="抽象クラス"}

f6f98938896d8ed5e52eca3631ffa02c6193b341 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"indirect base class"="間接基底クラス"}

6787c7e2f8c849196e0a41db5bcdb1dd9d496548 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"virtual base class"="仮想基底クラス"}

cd7be41bf9b143bc7ca9cd8033fdc231cfbab868 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"direct base class"="直接基底クラス"}

ebc1ddeb17c305103dc5af33d04846c6ea20aa73 authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"pure virtual function"="純粋仮想関数"}

701d7d8bb36c3aa5553d94c9af7f51fa2c3a6dee authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"inherited"="継承"}

598bc672e7fffcd8dd2fa16474529cd1df297bfa authored over 5 years ago by agate-pris <[email protected]>
訳語表 : add{"derived class"="派生クラス"}

6587dd183da0a09735112697f97236a2adffe020 authored over 5 years ago by agate-pris <[email protected]>
基本クラス/基本型 -> 基底クラス (#612)

一部 underlying type を基底型としていたため、これを訳語表に追記

ab8af61e65e3d85dcbfce82d506436169937ad45 authored over 5 years ago by Mitsuru Kariya <[email protected]>
.nolink を追加

75071b5461c54babcebd687b8334e045fc83c0ba authored over 5 years ago by Mitsuru Kariya <[email protected]>
訳語表 : base classを追加 #612

5b6ff1668dec5a94035c4b158f9bced65fd4ae39 authored over 5 years ago by Akira Takahashi <[email protected]>
C++17 constexpr if : 記事タイトル変更にともなってほかも修正

6cadc304e688aeb0b13b1cd88827abf1d68746ec authored over 5 years ago by Akira Takahashi <[email protected]>
C++17 constexpr if : インデントを2スペースに修正

7ddfd723a96572508eb85dfeef6564632467da14 authored over 5 years ago by Akira Takahashi <[email protected]>
C++17 constexpr if : コード修飾を追加

39799341e96af6a67b47b2dfcd21cfa7cbaefca3 authored over 5 years ago by Akira Takahashi <[email protected]>
Merge pull request #665 from cpprefjp/update-if_constexpr

Update if constexpr

6142a15f888852d8f8bf7b992d3efcadbacdf48e authored over 5 years ago by Akira Takahashi <[email protected]>
Merge pull request #667 from cpprefjp/feature/improve-base-class-for-inheriting-constructors

mod: 継承コンストラクタについて「基本クラス」を「基底クラス」に置き換え

ab135a2873f457df5bfa16ed2d563c031c72c3d9 authored over 5 years ago by Akira Takahashi <[email protected]>
Merge pull request #666 from cpprefjp/regex_traits-wchar_t

regex_traitsで(char|wchar_t)の特殊化を提供することについて追記

60d9fe7ca842ccbce2be5c9d5fc28cf65895c483 authored over 5 years ago by Akira Takahashi <[email protected]>
mod: 継承コンストラクタについて訳語を修正 {"基本クラス"=>"基底クラス"}

9ad1533b28b2273cc487c94e962dcfba16b42e58 authored over 5 years ago by agate-pris <[email protected]>
regex_traitsで(char|wchar_t)の特殊化を提供することについて追記

bb7a43c1342612529adf26462ad6caca8b0f1644 authored over 5 years ago by Fuyutsubaki <[email protected]>
C++11: 訳語の統一

eccd654947eb23e7d744744c44492fd3944da314 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 参照文献の整理・追加

66a6fb518ec1a3cbadb4dfab43d6c164fcd6836e authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 推敲

08a80157905d969921a2e9100fa605724fe2c1c0 authored over 5 years ago by Koichi Murase <[email protected]>
std::assoc_legendre: 数式の修正

1ed1654bb2e77c32bbecaa45e6e7183703091433 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 経緯の修正 following the comment from @yumetodo

46f7bb935c0c5ee8510463760c7b0960bcce23bc authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 構文着色

f4b5ceee68f0d42a1b095391a3e9649aea680545 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: discarded branch の訳語

9f31fa5d0f3ada107831ca8be44821cccf4bd7e6 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 訳語の統一

07745b52a5eebc1109aac336428ab1410d163cb4 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 「検討されたほかの選択肢」を記述

145a3fd81910de8a21e4c069da3169947550562c authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 「この機能が必要になった背景・経緯」の記述

c8bd5f15b169de3363d84e03007524a0a01d5922 authored over 5 years ago by Koichi Murase <[email protected]>
if_constexpr: 概要・仕様の記述

3166aa562893ff5cd07b13268967ac956669070b authored over 5 years ago by Koichi Murase <[email protected]>
国際規格: リンク名にページタイトルを使用

880b961094fdf3bdd0f4582a43472236e458aa00 authored over 5 years ago by Koichi Murase <[email protected]>
国際規格: N4820 追記

c6a98cd1764ad1da7df74454aa09c90944295c5f authored over 5 years ago by Koichi Murase <[email protected]>
ostream : マニピュレータへのリンクを解除

07aa58931975cf547e97993dfcc40da191fe6037 authored over 5 years ago by alphya <[email protected]>
同期ストリームのマニピュレータを追加 (close #631)

7174144d5f562a8ff62e7aa9d761ffc4c3e10454 authored over 5 years ago by alphya <[email protected]>
basic_ostream/op_constructor : 文面の修正

dbfcd22dd80c14e6e282b28c97cdd3b8330cd504 authored over 5 years ago by alphya <[email protected]>
basic_osyncstream/emit : リンクの修正

866341fa87aec299496ec493b2ad4f3b8528be5c authored over 5 years ago by alphya <[email protected]>
basic_osyncstream : リンク切れの修正

b359e5e3d3b67de5ca348d11a218a14989bb4ec4 authored over 5 years ago by alphya <[email protected]>
<syncstream> : 文面の修正 close(#629)

f63f29f71d32cd821e2dabea9bef0a7d2c416eb8 authored over 5 years ago by alphya <[email protected]>
basic_syncstream : メンバ関数を追加 #629

5d22c4c1385eabd49466924633a698c0f7b6c9da authored over 5 years ago by alphya <[email protected]>
basic_syncbuf : 注の追加 #629

00fe037a5eabc5f166b4d06e61f70389c5e47944 authored over 5 years ago by alphya <[email protected]>
basic_syncbuf : 残りのメンバ関数を追加 #629

21292fc6f76964a97523c3761a207b42b4fc8ef3 authored over 5 years ago by alphya <[email protected]>
basic_syncbuf/* : 軽微な修正

57b8d3cc1bec92ad5ef9801f64ff35484519fe4d authored over 5 years ago by alphya <[email protected]>
bit_cast : 実装イメージを追加

要件チェックを省略していること、実際にはmemcpyを直接使用できないことから、実装例としては示していない

1060be9e835aa4f5fe45bc52109e51fe7335934e authored over 5 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : コンセプトでの部分特殊化について、構文的に禁止されていない変数テンプレートの例を追加

a68e076b8a383c00558fc20a9169cbad87a49d71 authored over 5 years ago by Akira Takahashi <[email protected]>
インターフェース依存と到達可能性についての説明を追加

d4aa40c99754bbb572023a05eb9db169f3f7f6ab authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
C++20 コンセプト : 制約で部分特殊化できる仕様を追加

3aa3f880a812c34ef74abfc008ff9f16d62dcb54 authored over 5 years ago by Akira Takahashi <[email protected]>
bit_cast : default constructibleの要求がないことを明記

2721828a98a6fed3b900482c41b58475b2654a01 authored over 5 years ago by Akira Takahashi <[email protected]>
Hidden Friendsの記事を参照に追加

07943b4bd56a18ecbce777551e97c307ffb85bee authored over 5 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : friend宣言の制限を記載

f6a4e2f36757e857b83c2a91da6ec35cc3ac396f authored over 5 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : 宣言と定義を分ける場合の制約の一致について記載

204690f18b54645924aa4d2df76150491365bb86 authored over 5 years ago by Akira Takahashi <[email protected]>
一貫比較 : 当初仕様について追記と修正

300fee6a1257966a5f884515a8a1d2b40d696263 authored over 5 years ago by onihusube <[email protected]>
一貫比較 : <compare>のインクルードについて追記

389c5e42f38d935c4a24551ad2178ac215033c3e authored over 5 years ago by onihusube <[email protected]>
インポート宣言の説明を追加

インポートした翻訳単位中の宣言はすべて到達可能となる。

349b2cdf593fc9c36c40a8bf83d81f60b99f0609 authored over 5 years ago by MATSUMURA Tetsuro <[email protected]>
仕様読み間違え

e8678d7432415b7f9dcba7d47c0693d46e270f60 authored over 5 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : 依存名関係の制約仕様を追加

4b99c027a6ccea95130078e993cdb94afe10de55 authored over 5 years ago by Akira Takahashi <[email protected]>
atomic : ロックフリーについて書き足し

26f2f99f06f6ebb3e81581b089d09ca5d03ebc39 authored over 5 years ago by Akira Takahashi <[email protected]>
hardware_(constructive | destructive)… : Clang開発者の議論を参照に追加

bee163bb04ba2070a11a321da449c17a7bae15f6 authored over 5 years ago by Akira Takahashi <[email protected]>
hardware_(constructive | destructive)… : 設計論拠を記載

7fe6ad3f616d4151d1abb44dabeb8fabb911c444 authored over 5 years ago by Akira Takahashi <[email protected]>
shared_(timed_)mutex : スケジューリング戦略について備考を記載

06f7a37ac3275a4d818b7e34ce29997fde1f2845 authored over 5 years ago by Akira Takahashi <[email protected]>
scoped_lock : デッドロック関係の説明を追記

b24dfc2685a36b04f489fe25f86ffd4507d6c804 authored over 5 years ago by Akira Takahashi <[email protected]>
basic_syncbuf : swap (非メンバ関数)を追加 #629

a8ddfff26ce50d7c67766c787d8094fd598d8df9 authored over 5 years ago by alphya <[email protected]>
basic_syncbuf : swapを追加 #629

b9f2d92cd00853a351b90ab15612fb5ef9fe26a0 authored over 5 years ago by alphya <[email protected]>