File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 126126| P0138R2: [ ` enum class ` 変数の初期値として整数を指定する際の規則を調整] ( /lang/cpp17/construction_enum_class_values.md ) | キャストを使用することなく整数を初期値として使用し、` E e{0}; ` のような初期化を許可 | 7 | 3.9 | 19.0 | 2017 Update 3 |
127127| P0245R1: [ 16進浮動小数点数リテラル] ( /lang/cpp17/hexadecimal_floating_literals.md ) | ` hexfloat ` マニピュレータや` printf() ` の16進数出力に合わせて、浮動小数点数のリテラルも16進数表記できるようにする | 3.0 | 3.0 | 18.0 | 2017 Update 5 |
128128| P0028R4: [ 属性の名前空間指定に繰り返しをなくす] ( /lang/cpp17/using_attribute_namespaces.md ) | ` [[using CC: opt(1), debug]] ` のように属性の名前空間宣言をまとめて行う | 7 | 3.9 | 18.0 | 2017 Update 3 |
129- | P0035R4: [ アライメント指定されたデータの動的メモリ確保] ( /lang/cpp17/dynamic_memory_allocation_for_over-aligned_data.md ) | ` operator new ` と` operator delete ` でアライメント値を取得できるようにする | 7 | 4 | No | 2017 Update 5 |
129+ | P0035R4: [ アライメント指定されたデータの動的メモリ確保] ( /lang/cpp17/dynamic_memory_allocation_for_over-aligned_data.md ) | ` operator new ` と` operator delete ` でアライメント値を取得できるようにする | 7 | 4 | 19.0 | 2017 Update 5 |
130130| P0091R3: [ クラステンプレートのテンプレート引数推論] ( /lang/cpp17/type_deduction_for_class_templates.md ) | コンストラクタの引数からクラスのテンプレート引数を推論できるようにする | 7 | 5 | 19.1 | 2017 Update 7 |
131131| P0127R2: [ 非型テンプレート引数の` auto ` 宣言] ( /lang/cpp17/declaring_non-type_template_arguments_with_auto.md ) | ` template <typename T, T x> ` という冗長なコードを` template <auto x> ` のようにして受けられるようにし、<br /> ` X<3>; X<true>; X<'a'> ` のように定数を簡潔に渡せるようにする | 7 | 4 | 19.1 | 2017 Update 7 |
132132| P0135R1: [ 値のコピー省略を保証] ( /lang/cpp17/guaranteed_copy_elision.md ) | 一時オブジェクトをコピーする際に、単純な値を持つクラスであればコピーが省略されることを保証する | 7 | 4 | 19.1 | 2017 Update 6 |
You can’t perform that action at this time.
0 commit comments