├── .gitignore ├── .gitmodules ├── .nojekyll ├── 0312_pointers_to_members └── p0312r1.html ├── 0573_abbrev_lambdas └── p0573r2.html ├── 0644_fwd └── p0644r1.html ├── 0704_const_qual_pmfs ├── p0704r0.html └── p0704r1.html ├── 0780_lambda_pack_capture ├── p0780r0.html ├── p0780r1.html └── p0780r2.html ├── 0847_deducing_this ├── Makefile ├── deducing-this.md ├── p0847r0.html ├── p0847r1.html ├── p0847r2.html ├── p0847r4.html ├── p0847r5.html ├── p0847r6.html └── p0847r7.html ├── 0848_special_members ├── Makefile ├── conditionally-trivial.md ├── p0848r0.html ├── p0848r1.html ├── p0848r2.html └── p0848r3.html ├── 0892_explicit_bool ├── p0892r0.html ├── p0892r1.html └── p0892r2.html ├── 0893_chain_comparisons ├── d0893r2.html ├── p0893r0.html └── p0893r1.html ├── 1061_sb_pack ├── Makefile ├── p1061r0.html ├── p1061r1.html ├── p1061r10.html ├── p1061r2.html ├── p1061r3.html ├── p1061r4.html ├── p1061r5.html ├── p1061r6.html ├── p1061r7.html ├── p1061r8.html ├── p1061r9.html └── sb-extensions.md ├── 1065_constexpr_invoke ├── Makefile ├── constexpr-invoke.md ├── p1065r0.html ├── p1065r1.html └── p1065r2.html ├── 1169_static_call ├── Makefile ├── p1169r0.html ├── p1169r1.html ├── p1169r2.html ├── p1169r3.html ├── p1169r4.html └── static-call.md ├── 1170_overload_sets ├── overload-sets.md └── p1170r0.html ├── 118x_spaceship ├── Makefile ├── add-spaceship-to-lib.md ├── compare-trait.md ├── equality-categories.md ├── mothership.md ├── p1185r0.html ├── p1185r1.html ├── p1185r2.html ├── p1186r0.html ├── p1186r1.html ├── p1186r2.html ├── p1186r3.html ├── p1187r0.html ├── p1188r0.html ├── p1189r0.html ├── p1614r0.html ├── p1614r1.html ├── p1614r2.html ├── p1630r0.html ├── p1630r1.html ├── spaceship-is-compare.md ├── spaceship-lib.md ├── spaceship-no-eq.md └── spaceship-tuneup.md ├── 1240_scalable_reflection ├── Makefile ├── d1240r3.html ├── p1240r2.html └── scalable-reflection.md ├── 1306_expansion_statements ├── Makefile ├── expansion-statements.md ├── p1306r4.html └── p1306r5.html ├── 1858_generalized_packs ├── Makefile ├── generalized-packs.md ├── p1858r0.html ├── p1858r1.html ├── p1858r2.html ├── p2120r0.html └── sb-protocol-pack.md ├── 1870_forwarding_range ├── Makefile ├── forwarding-range.md ├── p1870r0.html └── p1870r1.html ├── 1871_enable_sized_range ├── Makefile ├── enable-sized-range.md ├── p1871r0.html └── p1871r1.html ├── 1900_concepts ├── Makefile ├── concepts-problems.md └── p1900r0.html ├── 1938_if_consteval ├── Makefile ├── if-consteval.md ├── p1938r0.html ├── p1938r1.html ├── p1938r2.html └── p1938r3.html ├── 1946_dflt_value_comparisons ├── Makefile ├── dflt-value-comparisons.md └── p1946r0.html ├── 1959_remove_equality ├── Makefile ├── p1959r0.html └── remove-equality.md ├── 2011_pipeline ├── Makefile ├── d2011r2.html ├── p2011r0.html ├── p2011r1.html └── pipeline.md ├── 2017_safe_range ├── Makefile ├── p2017r0.html ├── p2017r1.html └── safe-range.md ├── 2036_lambda_scope ├── Makefile ├── d2036r3.html ├── lambda-scope.md ├── p2036r0.html ├── p2036r1.html ├── p2036r2.html └── p2036r3.html ├── 2089_param_constraints ├── Makefile ├── p2089r0.html └── param-constraints.md ├── 2095_lambda_pack_cwg ├── Makefile ├── lambda-pack-cwg.md └── p2095r0.html ├── 2121_do_not_return ├── Makefile ├── d2121r0.html └── do-not-return.md ├── 2162_inherit_variant ├── Makefile ├── inherit-variant.md ├── p2162r0.html ├── p2162r1.html └── p2162r2.html ├── 2210_string_split ├── Makefile ├── p2210r0.html ├── p2210r1.html ├── p2210r2.html └── string-split.md ├── 2214_ranges_plan ├── Makefile ├── p2214r0.html ├── p2214r1.html ├── p2214r2.html └── ranges-plan.md ├── 2231_constexpr_optional_variant ├── Makefile ├── constexpr-optional-variant.md ├── fixed_optional.h ├── fixed_variant.h ├── optional ├── p2231r0.html ├── p2231r1.html └── variant ├── 2277_packs_outside_of_templates ├── Makefile ├── p2277r0.html └── packs-templates.md ├── 2278_cbegin ├── Makefile ├── cbegin.md ├── p2278r0.html ├── p2278r1.html ├── p2278r2.html ├── p2278r3.html └── p2278r4.html ├── 2279_static_polymorphism ├── Makefile ├── customization.md ├── d2279r1.html └── p2279r0.html ├── 2280_unknown_reference ├── Makefile ├── p2280r0.html ├── p2280r1.html ├── p2280r2.html ├── p2280r3.html ├── p2280r4.html └── unknown-ref.md ├── 2286_fmt_ranges ├── Makefile ├── fmt-ranges.md ├── p2286r0.html ├── p2286r1.html ├── p2286r2.html ├── p2286r3.html ├── p2286r4.html ├── p2286r5.html ├── p2286r6.html ├── p2286r7.html └── p2286r8.html ├── 2287_designated_base ├── Makefile ├── d2287r6.html ├── designated-base.md ├── p2287r0.html ├── p2287r1.html ├── p2287r2.html ├── p2287r3.html ├── p2287r4.html └── p2287r5.html ├── 2322_fold ├── Makefile ├── fold.md ├── p2322r0.html ├── p2322r1.html ├── p2322r2.html ├── p2322r3.html ├── p2322r4.html ├── p2322r5.html └── p2322r6.html ├── 2325_views_default ├── Makefile ├── p2325r0.html ├── p2325r1.html ├── p2325r2.html ├── p2325r3.html └── views-default.md ├── 2387_ranges_pipes ├── Makefile ├── p2387r0.html ├── p2387r1.html ├── p2387r2.html ├── p2387r3.html └── ranges-pipes.md ├── 2415_what_view ├── Makefile ├── p2415r0.html ├── p2415r1.html ├── p2415r2.html └── what-view.md ├── 2441_join_with ├── Makefile ├── join-with.md ├── p2441r0.html ├── p2441r1.html └── p2441r2.html ├── 2446_move_view ├── Makefile ├── p2446r0.html ├── p2446r1.html ├── p2446r2.html └── views-move.md ├── 2448_relax_constexpr ├── Makefile ├── p2448r0.html ├── p2448r1.html ├── p2448r2.html └── relax-constexpr.md ├── 2481_forward_ref ├── Makefile ├── forward-ref.md ├── p2481r0.html ├── p2481r1.html └── p2481r2.html ├── 2484_extend_cnttp ├── Makefile ├── extend-cnttp.md └── p2484r0.html ├── 2493_core_feature_test ├── Makefile ├── missing-feature-test.md └── p2493r0.html ├── 2508_expose_format_string ├── Makefile ├── expose-fmt-string.md ├── p2508r0.html ├── p2508r1.html └── p2508r2.html ├── 2520_move_iterator ├── Makefile ├── move-iterator.md ├── p2520r0.html └── p2520r1.html ├── 2550_algo_output_iterator ├── Makefile ├── algo-output-iterator.md ├── p2550r0.html └── p2550r1.html ├── 2561_operator_try ├── A Control Flow Operator.pptx ├── Makefile ├── notes.txt ├── operator-try.md ├── p2561r0.html ├── p2561r1.html └── p2561r2.html ├── 2564_consteval_patch ├── Makefile ├── consteval-patch.md ├── p2564r0.html ├── p2564r1.html ├── p2564r2.html └── p2564r3.html ├── 2585_fmt_container ├── Makefile ├── fmt-container.md ├── p2585r0.html └── p2585r1.html ├── 2593_static_assert ├── Makefile ├── p2593r0.html ├── p2593r1.html └── static-assert.md ├── 2602_poison_pills ├── Makefile ├── p2602r0.html ├── p2602r1.html ├── p2602r2.html └── poison-pills.md ├── 2637_member_visit ├── Makefile ├── member-visit.md ├── p2637r0.html ├── p2637r1.html ├── p2637r2.html └── p2637r3.html ├── 2641_active_union ├── Makefile ├── active_union.md ├── p2641r0.html ├── p2641r1.html ├── p2641r2.html ├── p2641r3.html └── p2641r4.html ├── 2647_static_constexpr ├── Makefile ├── p2647r0.html ├── p2647r1.html └── static-constexpr.md ├── 2670_constexpr_allocation ├── Makefile ├── constexpr-allocation.md ├── p2670r0.html └── p2670r1.html ├── 2671_syntax_generalized_packs ├── Makefile ├── p2671r0.html └── syntax-generalized-packs.md ├── 2672_pipeline_designs ├── Makefile ├── p2672r0.html └── pipeline-designs.md ├── 2747_constexpr_void_ptr ├── Makefile ├── constexpr-void-ptr.md ├── p2747r0.html ├── p2747r1.html └── p2747r2.html ├── 2757_type_check_format ├── Makefile ├── p2757r0.html ├── p2757r1.html ├── p2757r2.html ├── p2757r3.html └── type-check-format.md ├── 2758_compile_time_messages ├── Makefile ├── compile-time-messages.md ├── d2758r6.html ├── p2758r0.html ├── p2758r1.html ├── p2758r2.html ├── p2758r3.html ├── p2758r4.html └── p2758r5.html ├── 2760_ranges_26_plan ├── Makefile ├── p2760r0.html ├── p2760r1.html └── ranges-26-plan.md ├── 2806_do_expr ├── Makefile ├── do-expr.md ├── p2806r0.html ├── p2806r1.html ├── p2806r2.html └── p2806r3.html ├── 2944_comparisons_for_reference_wrapper ├── Makefile ├── comparisons-for-reference_wrapper.md ├── p2944r0.html ├── p2944r1.html ├── p2944r2.html └── p2944r3.html ├── 2945_format_time_point ├── Makefile ├── format-time_point.md ├── p2945r0.html └── p2945r1.html ├── 2994_naming_of_packs ├── Makefile ├── naming-of-packs.md ├── p2994r0.html └── p2994r1.html ├── 2996_reflection ├── Makefile ├── TODO ├── p2996r0.html ├── p2996r1.html ├── p2996r10.html ├── p2996r11.html ├── p2996r12.html ├── p2996r13.html ├── p2996r2.html ├── p2996r3.html ├── p2996r4.html ├── p2996r5.html ├── p2996r6.html ├── p2996r7.html ├── p2996r8.html ├── p2996r9.html └── reflection.md ├── 2997_common_reference_algo ├── Makefile ├── common-reference-algo.md ├── p2997r0.html └── p2997r1.html ├── 3032_less_transient_allocation ├── Makefile ├── less-transient-allocation.md ├── p3032r0.html ├── p3032r1.html ├── p3032r2.html └── slides.key ├── 3074_consexpr_union_lifetime ├── Makefile ├── constexpr-union-lifetime.md ├── p3074r0.html ├── p3074r1.html ├── p3074r2.html ├── p3074r3.html ├── p3074r4.html ├── p3074r5.html ├── p3074r6.html └── p3074r7.html ├── 3157_generative_extensions ├── Makefile ├── generative-extensions.md └── p3157r1.html ├── 3171_boost_lambda2 ├── .gitignore ├── Makefile ├── boost-lambda2.tpl ├── p3171r0.html ├── p3171r1.html └── render.py ├── 3177_const_prvalue ├── Makefile ├── const-prvalue.md └── p3177r0.html ├── 3273_introspect-closure ├── Makefile ├── introspect-closure.md └── p3273r0.html ├── 3289_consteval_blocks ├── Makefile ├── consteval-blocks.md ├── d3289r2.html ├── p3289r0.html └── p3289r1.html ├── 3293_splicing_base_subobjects ├── Makefile ├── p3293r0.html ├── p3293r1.html ├── p3293r2.html ├── p3293r3.html └── splicing-base-subobjects.md ├── 3294_code_injection ├── Makefile ├── code-injection.md ├── p3294r0.html ├── p3294r1.html └── p3294r2.html ├── 3380_extend_cnttp_2 ├── Makefile ├── extend-cnttp-2.md ├── p3380r0.html └── p3380r1.html ├── 3381_reflection_syntax ├── Makefile ├── p3381r0.html └── reflection-syntax.md ├── 3391_constexpr_format ├── Makefile ├── constexpr-format.md ├── p3391r0.html ├── p3391r1.html └── p3391r2.html ├── 3394_annotations ├── Makefile ├── annotations.md ├── p3394r0.html ├── p3394r1.html ├── p3394r2.html ├── p3394r3.html ├── p3394r4.html └── slides.key ├── 3420_reflection_of_templates ├── Makefile ├── p3420r0.html └── reflection-of-templates.md ├── 3450_extend_within_lifetime ├── Makefile ├── extend-within-lifetime.md └── p3450r0.html ├── 3451_reflection_access ├── Makefile ├── p3451r0.html └── reflection-access.md ├── 3485_grouping_using_decl ├── Makefile ├── grouping-using-decl.md └── p3485r0.html ├── 3491_define_static ├── Makefile ├── define-static.md ├── p3491r0.html ├── p3491r1.html ├── p3491r2.html └── p3491r3.html ├── 3496_immediate_escalating ├── Makefile ├── immediate-escalating.md └── p3496r0.html ├── 3525_explicit_implicit_template_region ├── Makefile ├── explicit-implicit-template-region.md └── p3525r0.html ├── 3549_diverging_expressions ├── Makefile ├── diverging-expressions.md ├── p3549r0.html └── p3549r1.html ├── 3554_non-transient_vector ├── Makefile ├── non-transient-vector.md └── p3554r0.html ├── 3560_reflection_error_handling ├── Makefile ├── TODO ├── p3560r0.html ├── p3560r1.html ├── p3560r2.html └── reflection-error-handling.md ├── 3603_consteval_only ├── Makefile ├── consteval-only.md ├── p3603r0.html ├── p3603r1.html └── p3603r2.html ├── 3617_reflect_constant_array ├── Makefile ├── p3617r0.html └── reflect-constant-array.md ├── 3726_union_lifetime ├── Makefile ├── p3726r0.html ├── p3726r1.html └── union-lifetime.md ├── 3795_misc_reflection_cleanup ├── Makefile ├── misc-reflection-cleanup.md ├── p3795r0.html └── p3795r1.html ├── Makefile ├── README.md ├── all_papers.html ├── all_papers.tpl ├── concepts_v2 ├── Makefile ├── concepts-v2.md └── concepts_v2.html ├── forward_ref ├── Makefile ├── d1500r0.html └── forward-ref.md ├── make_all_papers ├── md ├── defaults.py ├── general.css ├── index.json ├── mpark-wg21.mk ├── pandoc.css ├── pandoc.html ├── pandoc.py ├── prism.js ├── prism_default.css ├── style.html ├── toc.py ├── update_wg21.sh └── wg21_fmt.yaml ├── new_paper.py ├── optional └── optional.h ├── talks ├── 202105_cppnow │ └── Iteration Models.pptx ├── 202112_cppp │ ├── Iteration Models CPPP pdf.pdf │ └── Iteration Models CPPP.pptx ├── 202209_cppcon │ └── The Surprising Complexity of Formatting Ranges.pptx ├── 202305_cppnow │ └── take(5).pptx └── 202509_cppcon │ └── Practical Reflection.pptx ├── watch.sh └── xxxx_placeholders ├── Makefile ├── dxxxxr0.html ├── pipelines.html ├── pipelines.md ├── placeholders.html └── placeholders.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/.gitmodules -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0312_pointers_to_members/p0312r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0312_pointers_to_members/p0312r1.html -------------------------------------------------------------------------------- /0573_abbrev_lambdas/p0573r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0573_abbrev_lambdas/p0573r2.html -------------------------------------------------------------------------------- /0644_fwd/p0644r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0644_fwd/p0644r1.html -------------------------------------------------------------------------------- /0704_const_qual_pmfs/p0704r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0704_const_qual_pmfs/p0704r0.html -------------------------------------------------------------------------------- /0704_const_qual_pmfs/p0704r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0704_const_qual_pmfs/p0704r1.html -------------------------------------------------------------------------------- /0780_lambda_pack_capture/p0780r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0780_lambda_pack_capture/p0780r0.html -------------------------------------------------------------------------------- /0780_lambda_pack_capture/p0780r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0780_lambda_pack_capture/p0780r1.html -------------------------------------------------------------------------------- /0780_lambda_pack_capture/p0780r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0780_lambda_pack_capture/p0780r2.html -------------------------------------------------------------------------------- /0847_deducing_this/Makefile: -------------------------------------------------------------------------------- 1 | p0847r7.html : deducing-this.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /0847_deducing_this/deducing-this.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/deducing-this.md -------------------------------------------------------------------------------- /0847_deducing_this/p0847r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r0.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r1.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r2.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r4.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r5.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r6.html -------------------------------------------------------------------------------- /0847_deducing_this/p0847r7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0847_deducing_this/p0847r7.html -------------------------------------------------------------------------------- /0848_special_members/Makefile: -------------------------------------------------------------------------------- 1 | p0848r3.html : conditionally-trivial.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /0848_special_members/conditionally-trivial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0848_special_members/conditionally-trivial.md -------------------------------------------------------------------------------- /0848_special_members/p0848r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0848_special_members/p0848r0.html -------------------------------------------------------------------------------- /0848_special_members/p0848r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0848_special_members/p0848r1.html -------------------------------------------------------------------------------- /0848_special_members/p0848r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0848_special_members/p0848r2.html -------------------------------------------------------------------------------- /0848_special_members/p0848r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0848_special_members/p0848r3.html -------------------------------------------------------------------------------- /0892_explicit_bool/p0892r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0892_explicit_bool/p0892r0.html -------------------------------------------------------------------------------- /0892_explicit_bool/p0892r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0892_explicit_bool/p0892r1.html -------------------------------------------------------------------------------- /0892_explicit_bool/p0892r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0892_explicit_bool/p0892r2.html -------------------------------------------------------------------------------- /0893_chain_comparisons/d0893r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0893_chain_comparisons/d0893r2.html -------------------------------------------------------------------------------- /0893_chain_comparisons/p0893r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0893_chain_comparisons/p0893r0.html -------------------------------------------------------------------------------- /0893_chain_comparisons/p0893r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/0893_chain_comparisons/p0893r1.html -------------------------------------------------------------------------------- /1061_sb_pack/Makefile: -------------------------------------------------------------------------------- 1 | p1061r10.html : sb-extensions.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1061_sb_pack/p1061r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r0.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r1.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r10.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r2.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r3.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r4.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r5.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r6.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r7.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r8.html -------------------------------------------------------------------------------- /1061_sb_pack/p1061r9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/p1061r9.html -------------------------------------------------------------------------------- /1061_sb_pack/sb-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1061_sb_pack/sb-extensions.md -------------------------------------------------------------------------------- /1065_constexpr_invoke/Makefile: -------------------------------------------------------------------------------- 1 | p1065r2.html : constexpr-invoke.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1065_constexpr_invoke/constexpr-invoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1065_constexpr_invoke/constexpr-invoke.md -------------------------------------------------------------------------------- /1065_constexpr_invoke/p1065r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1065_constexpr_invoke/p1065r0.html -------------------------------------------------------------------------------- /1065_constexpr_invoke/p1065r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1065_constexpr_invoke/p1065r1.html -------------------------------------------------------------------------------- /1065_constexpr_invoke/p1065r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1065_constexpr_invoke/p1065r2.html -------------------------------------------------------------------------------- /1169_static_call/Makefile: -------------------------------------------------------------------------------- 1 | p1169r4.html : static-call.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1169_static_call/p1169r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/p1169r0.html -------------------------------------------------------------------------------- /1169_static_call/p1169r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/p1169r1.html -------------------------------------------------------------------------------- /1169_static_call/p1169r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/p1169r2.html -------------------------------------------------------------------------------- /1169_static_call/p1169r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/p1169r3.html -------------------------------------------------------------------------------- /1169_static_call/p1169r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/p1169r4.html -------------------------------------------------------------------------------- /1169_static_call/static-call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1169_static_call/static-call.md -------------------------------------------------------------------------------- /1170_overload_sets/overload-sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1170_overload_sets/overload-sets.md -------------------------------------------------------------------------------- /1170_overload_sets/p1170r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1170_overload_sets/p1170r0.html -------------------------------------------------------------------------------- /118x_spaceship/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/Makefile -------------------------------------------------------------------------------- /118x_spaceship/add-spaceship-to-lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/add-spaceship-to-lib.md -------------------------------------------------------------------------------- /118x_spaceship/compare-trait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/compare-trait.md -------------------------------------------------------------------------------- /118x_spaceship/equality-categories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/equality-categories.md -------------------------------------------------------------------------------- /118x_spaceship/mothership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/mothership.md -------------------------------------------------------------------------------- /118x_spaceship/p1185r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1185r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1185r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1185r1.html -------------------------------------------------------------------------------- /118x_spaceship/p1185r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1185r2.html -------------------------------------------------------------------------------- /118x_spaceship/p1186r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1186r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1186r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1186r1.html -------------------------------------------------------------------------------- /118x_spaceship/p1186r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1186r2.html -------------------------------------------------------------------------------- /118x_spaceship/p1186r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1186r3.html -------------------------------------------------------------------------------- /118x_spaceship/p1187r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1187r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1188r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1188r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1189r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1189r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1614r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1614r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1614r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1614r1.html -------------------------------------------------------------------------------- /118x_spaceship/p1614r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1614r2.html -------------------------------------------------------------------------------- /118x_spaceship/p1630r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1630r0.html -------------------------------------------------------------------------------- /118x_spaceship/p1630r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/p1630r1.html -------------------------------------------------------------------------------- /118x_spaceship/spaceship-is-compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/spaceship-is-compare.md -------------------------------------------------------------------------------- /118x_spaceship/spaceship-lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/spaceship-lib.md -------------------------------------------------------------------------------- /118x_spaceship/spaceship-no-eq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/spaceship-no-eq.md -------------------------------------------------------------------------------- /118x_spaceship/spaceship-tuneup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/118x_spaceship/spaceship-tuneup.md -------------------------------------------------------------------------------- /1240_scalable_reflection/Makefile: -------------------------------------------------------------------------------- 1 | d1240r3.html : scalable-reflection.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1240_scalable_reflection/d1240r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1240_scalable_reflection/d1240r3.html -------------------------------------------------------------------------------- /1240_scalable_reflection/p1240r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1240_scalable_reflection/p1240r2.html -------------------------------------------------------------------------------- /1240_scalable_reflection/scalable-reflection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1240_scalable_reflection/scalable-reflection.md -------------------------------------------------------------------------------- /1306_expansion_statements/Makefile: -------------------------------------------------------------------------------- 1 | p1306r5.html : expansion-statements.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1306_expansion_statements/expansion-statements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1306_expansion_statements/expansion-statements.md -------------------------------------------------------------------------------- /1306_expansion_statements/p1306r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1306_expansion_statements/p1306r4.html -------------------------------------------------------------------------------- /1306_expansion_statements/p1306r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1306_expansion_statements/p1306r5.html -------------------------------------------------------------------------------- /1858_generalized_packs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/Makefile -------------------------------------------------------------------------------- /1858_generalized_packs/generalized-packs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/generalized-packs.md -------------------------------------------------------------------------------- /1858_generalized_packs/p1858r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/p1858r0.html -------------------------------------------------------------------------------- /1858_generalized_packs/p1858r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/p1858r1.html -------------------------------------------------------------------------------- /1858_generalized_packs/p1858r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/p1858r2.html -------------------------------------------------------------------------------- /1858_generalized_packs/p2120r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/p2120r0.html -------------------------------------------------------------------------------- /1858_generalized_packs/sb-protocol-pack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1858_generalized_packs/sb-protocol-pack.md -------------------------------------------------------------------------------- /1870_forwarding_range/Makefile: -------------------------------------------------------------------------------- 1 | p1870r1.html : forwarding-range.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1870_forwarding_range/forwarding-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1870_forwarding_range/forwarding-range.md -------------------------------------------------------------------------------- /1870_forwarding_range/p1870r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1870_forwarding_range/p1870r0.html -------------------------------------------------------------------------------- /1870_forwarding_range/p1870r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1870_forwarding_range/p1870r1.html -------------------------------------------------------------------------------- /1871_enable_sized_range/Makefile: -------------------------------------------------------------------------------- 1 | p1871r1.html : enable-sized-range.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1871_enable_sized_range/enable-sized-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1871_enable_sized_range/enable-sized-range.md -------------------------------------------------------------------------------- /1871_enable_sized_range/p1871r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1871_enable_sized_range/p1871r0.html -------------------------------------------------------------------------------- /1871_enable_sized_range/p1871r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1871_enable_sized_range/p1871r1.html -------------------------------------------------------------------------------- /1900_concepts/Makefile: -------------------------------------------------------------------------------- 1 | p1900r0.html : concepts-problems.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1900_concepts/concepts-problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1900_concepts/concepts-problems.md -------------------------------------------------------------------------------- /1900_concepts/p1900r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1900_concepts/p1900r0.html -------------------------------------------------------------------------------- /1938_if_consteval/Makefile: -------------------------------------------------------------------------------- 1 | p1938r3.html : if-consteval.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1938_if_consteval/if-consteval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1938_if_consteval/if-consteval.md -------------------------------------------------------------------------------- /1938_if_consteval/p1938r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1938_if_consteval/p1938r0.html -------------------------------------------------------------------------------- /1938_if_consteval/p1938r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1938_if_consteval/p1938r1.html -------------------------------------------------------------------------------- /1938_if_consteval/p1938r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1938_if_consteval/p1938r2.html -------------------------------------------------------------------------------- /1938_if_consteval/p1938r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1938_if_consteval/p1938r3.html -------------------------------------------------------------------------------- /1946_dflt_value_comparisons/Makefile: -------------------------------------------------------------------------------- 1 | p1946r0.html : dflt-value-comparisons.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1946_dflt_value_comparisons/dflt-value-comparisons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1946_dflt_value_comparisons/dflt-value-comparisons.md -------------------------------------------------------------------------------- /1946_dflt_value_comparisons/p1946r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1946_dflt_value_comparisons/p1946r0.html -------------------------------------------------------------------------------- /1959_remove_equality/Makefile: -------------------------------------------------------------------------------- 1 | p1959r0.html : remove-equality.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /1959_remove_equality/p1959r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1959_remove_equality/p1959r0.html -------------------------------------------------------------------------------- /1959_remove_equality/remove-equality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/1959_remove_equality/remove-equality.md -------------------------------------------------------------------------------- /2011_pipeline/Makefile: -------------------------------------------------------------------------------- 1 | d2011r2.html : pipeline.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2011_pipeline/d2011r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2011_pipeline/d2011r2.html -------------------------------------------------------------------------------- /2011_pipeline/p2011r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2011_pipeline/p2011r0.html -------------------------------------------------------------------------------- /2011_pipeline/p2011r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2011_pipeline/p2011r1.html -------------------------------------------------------------------------------- /2011_pipeline/pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2011_pipeline/pipeline.md -------------------------------------------------------------------------------- /2017_safe_range/Makefile: -------------------------------------------------------------------------------- 1 | p2017r1.html : safe-range.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2017_safe_range/p2017r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2017_safe_range/p2017r0.html -------------------------------------------------------------------------------- /2017_safe_range/p2017r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2017_safe_range/p2017r1.html -------------------------------------------------------------------------------- /2017_safe_range/safe-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2017_safe_range/safe-range.md -------------------------------------------------------------------------------- /2036_lambda_scope/Makefile: -------------------------------------------------------------------------------- 1 | p2036r3.html : lambda-scope.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2036_lambda_scope/d2036r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/d2036r3.html -------------------------------------------------------------------------------- /2036_lambda_scope/lambda-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/lambda-scope.md -------------------------------------------------------------------------------- /2036_lambda_scope/p2036r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/p2036r0.html -------------------------------------------------------------------------------- /2036_lambda_scope/p2036r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/p2036r1.html -------------------------------------------------------------------------------- /2036_lambda_scope/p2036r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/p2036r2.html -------------------------------------------------------------------------------- /2036_lambda_scope/p2036r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2036_lambda_scope/p2036r3.html -------------------------------------------------------------------------------- /2089_param_constraints/Makefile: -------------------------------------------------------------------------------- 1 | p2089r0.html : param-constraints.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2089_param_constraints/p2089r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2089_param_constraints/p2089r0.html -------------------------------------------------------------------------------- /2089_param_constraints/param-constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2089_param_constraints/param-constraints.md -------------------------------------------------------------------------------- /2095_lambda_pack_cwg/Makefile: -------------------------------------------------------------------------------- 1 | p2095r0.html : lambda-pack-cwg.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2095_lambda_pack_cwg/lambda-pack-cwg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2095_lambda_pack_cwg/lambda-pack-cwg.md -------------------------------------------------------------------------------- /2095_lambda_pack_cwg/p2095r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2095_lambda_pack_cwg/p2095r0.html -------------------------------------------------------------------------------- /2121_do_not_return/Makefile: -------------------------------------------------------------------------------- 1 | d2121r0.html : do-not-return.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2121_do_not_return/d2121r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2121_do_not_return/d2121r0.html -------------------------------------------------------------------------------- /2121_do_not_return/do-not-return.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2121_do_not_return/do-not-return.md -------------------------------------------------------------------------------- /2162_inherit_variant/Makefile: -------------------------------------------------------------------------------- 1 | p2162r2.html : inherit-variant.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2162_inherit_variant/inherit-variant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2162_inherit_variant/inherit-variant.md -------------------------------------------------------------------------------- /2162_inherit_variant/p2162r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2162_inherit_variant/p2162r0.html -------------------------------------------------------------------------------- /2162_inherit_variant/p2162r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2162_inherit_variant/p2162r1.html -------------------------------------------------------------------------------- /2162_inherit_variant/p2162r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2162_inherit_variant/p2162r2.html -------------------------------------------------------------------------------- /2210_string_split/Makefile: -------------------------------------------------------------------------------- 1 | p2210r2.html : string-split.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2210_string_split/p2210r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2210_string_split/p2210r0.html -------------------------------------------------------------------------------- /2210_string_split/p2210r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2210_string_split/p2210r1.html -------------------------------------------------------------------------------- /2210_string_split/p2210r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2210_string_split/p2210r2.html -------------------------------------------------------------------------------- /2210_string_split/string-split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2210_string_split/string-split.md -------------------------------------------------------------------------------- /2214_ranges_plan/Makefile: -------------------------------------------------------------------------------- 1 | p2214r2.html : ranges-plan.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2214_ranges_plan/p2214r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2214_ranges_plan/p2214r0.html -------------------------------------------------------------------------------- /2214_ranges_plan/p2214r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2214_ranges_plan/p2214r1.html -------------------------------------------------------------------------------- /2214_ranges_plan/p2214r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2214_ranges_plan/p2214r2.html -------------------------------------------------------------------------------- /2214_ranges_plan/ranges-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2214_ranges_plan/ranges-plan.md -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/Makefile -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/constexpr-optional-variant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/constexpr-optional-variant.md -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/fixed_optional.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/fixed_optional.h -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/fixed_variant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/fixed_variant.h -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/optional: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/optional -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/p2231r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/p2231r0.html -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/p2231r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/p2231r1.html -------------------------------------------------------------------------------- /2231_constexpr_optional_variant/variant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2231_constexpr_optional_variant/variant -------------------------------------------------------------------------------- /2277_packs_outside_of_templates/Makefile: -------------------------------------------------------------------------------- 1 | p2277r0.html : packs-templates.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2277_packs_outside_of_templates/p2277r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2277_packs_outside_of_templates/p2277r0.html -------------------------------------------------------------------------------- /2277_packs_outside_of_templates/packs-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2277_packs_outside_of_templates/packs-templates.md -------------------------------------------------------------------------------- /2278_cbegin/Makefile: -------------------------------------------------------------------------------- 1 | p2278r4.html : cbegin.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2278_cbegin/cbegin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/cbegin.md -------------------------------------------------------------------------------- /2278_cbegin/p2278r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/p2278r0.html -------------------------------------------------------------------------------- /2278_cbegin/p2278r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/p2278r1.html -------------------------------------------------------------------------------- /2278_cbegin/p2278r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/p2278r2.html -------------------------------------------------------------------------------- /2278_cbegin/p2278r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/p2278r3.html -------------------------------------------------------------------------------- /2278_cbegin/p2278r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2278_cbegin/p2278r4.html -------------------------------------------------------------------------------- /2279_static_polymorphism/Makefile: -------------------------------------------------------------------------------- 1 | d2279r1.html : customization.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2279_static_polymorphism/customization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2279_static_polymorphism/customization.md -------------------------------------------------------------------------------- /2279_static_polymorphism/d2279r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2279_static_polymorphism/d2279r1.html -------------------------------------------------------------------------------- /2279_static_polymorphism/p2279r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2279_static_polymorphism/p2279r0.html -------------------------------------------------------------------------------- /2280_unknown_reference/Makefile: -------------------------------------------------------------------------------- 1 | p2280r4.html : unknown-ref.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2280_unknown_reference/p2280r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/p2280r0.html -------------------------------------------------------------------------------- /2280_unknown_reference/p2280r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/p2280r1.html -------------------------------------------------------------------------------- /2280_unknown_reference/p2280r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/p2280r2.html -------------------------------------------------------------------------------- /2280_unknown_reference/p2280r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/p2280r3.html -------------------------------------------------------------------------------- /2280_unknown_reference/p2280r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/p2280r4.html -------------------------------------------------------------------------------- /2280_unknown_reference/unknown-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2280_unknown_reference/unknown-ref.md -------------------------------------------------------------------------------- /2286_fmt_ranges/Makefile: -------------------------------------------------------------------------------- 1 | p2286r8.html : fmt-ranges.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2286_fmt_ranges/fmt-ranges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/fmt-ranges.md -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r0.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r1.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r2.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r3.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r4.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r5.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r6.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r7.html -------------------------------------------------------------------------------- /2286_fmt_ranges/p2286r8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2286_fmt_ranges/p2286r8.html -------------------------------------------------------------------------------- /2287_designated_base/Makefile: -------------------------------------------------------------------------------- 1 | d2287r6.html : designated-base.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2287_designated_base/d2287r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/d2287r6.html -------------------------------------------------------------------------------- /2287_designated_base/designated-base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/designated-base.md -------------------------------------------------------------------------------- /2287_designated_base/p2287r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r0.html -------------------------------------------------------------------------------- /2287_designated_base/p2287r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r1.html -------------------------------------------------------------------------------- /2287_designated_base/p2287r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r2.html -------------------------------------------------------------------------------- /2287_designated_base/p2287r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r3.html -------------------------------------------------------------------------------- /2287_designated_base/p2287r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r4.html -------------------------------------------------------------------------------- /2287_designated_base/p2287r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2287_designated_base/p2287r5.html -------------------------------------------------------------------------------- /2322_fold/Makefile: -------------------------------------------------------------------------------- 1 | p2322r6.html : fold.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2322_fold/fold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/fold.md -------------------------------------------------------------------------------- /2322_fold/p2322r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r0.html -------------------------------------------------------------------------------- /2322_fold/p2322r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r1.html -------------------------------------------------------------------------------- /2322_fold/p2322r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r2.html -------------------------------------------------------------------------------- /2322_fold/p2322r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r3.html -------------------------------------------------------------------------------- /2322_fold/p2322r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r4.html -------------------------------------------------------------------------------- /2322_fold/p2322r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r5.html -------------------------------------------------------------------------------- /2322_fold/p2322r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2322_fold/p2322r6.html -------------------------------------------------------------------------------- /2325_views_default/Makefile: -------------------------------------------------------------------------------- 1 | p2325r3.html : views-default.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2325_views_default/p2325r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2325_views_default/p2325r0.html -------------------------------------------------------------------------------- /2325_views_default/p2325r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2325_views_default/p2325r1.html -------------------------------------------------------------------------------- /2325_views_default/p2325r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2325_views_default/p2325r2.html -------------------------------------------------------------------------------- /2325_views_default/p2325r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2325_views_default/p2325r3.html -------------------------------------------------------------------------------- /2325_views_default/views-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2325_views_default/views-default.md -------------------------------------------------------------------------------- /2387_ranges_pipes/Makefile: -------------------------------------------------------------------------------- 1 | p2387r3.html : ranges-pipes.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2387_ranges_pipes/p2387r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2387_ranges_pipes/p2387r0.html -------------------------------------------------------------------------------- /2387_ranges_pipes/p2387r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2387_ranges_pipes/p2387r1.html -------------------------------------------------------------------------------- /2387_ranges_pipes/p2387r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2387_ranges_pipes/p2387r2.html -------------------------------------------------------------------------------- /2387_ranges_pipes/p2387r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2387_ranges_pipes/p2387r3.html -------------------------------------------------------------------------------- /2387_ranges_pipes/ranges-pipes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2387_ranges_pipes/ranges-pipes.md -------------------------------------------------------------------------------- /2415_what_view/Makefile: -------------------------------------------------------------------------------- 1 | p2415r2.html : what-view.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2415_what_view/p2415r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2415_what_view/p2415r0.html -------------------------------------------------------------------------------- /2415_what_view/p2415r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2415_what_view/p2415r1.html -------------------------------------------------------------------------------- /2415_what_view/p2415r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2415_what_view/p2415r2.html -------------------------------------------------------------------------------- /2415_what_view/what-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2415_what_view/what-view.md -------------------------------------------------------------------------------- /2441_join_with/Makefile: -------------------------------------------------------------------------------- 1 | p2441r2.html : join-with.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2441_join_with/join-with.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2441_join_with/join-with.md -------------------------------------------------------------------------------- /2441_join_with/p2441r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2441_join_with/p2441r0.html -------------------------------------------------------------------------------- /2441_join_with/p2441r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2441_join_with/p2441r1.html -------------------------------------------------------------------------------- /2441_join_with/p2441r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2441_join_with/p2441r2.html -------------------------------------------------------------------------------- /2446_move_view/Makefile: -------------------------------------------------------------------------------- 1 | p2446r2.html : views-move.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2446_move_view/p2446r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2446_move_view/p2446r0.html -------------------------------------------------------------------------------- /2446_move_view/p2446r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2446_move_view/p2446r1.html -------------------------------------------------------------------------------- /2446_move_view/p2446r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2446_move_view/p2446r2.html -------------------------------------------------------------------------------- /2446_move_view/views-move.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2446_move_view/views-move.md -------------------------------------------------------------------------------- /2448_relax_constexpr/Makefile: -------------------------------------------------------------------------------- 1 | p2448r2.html : relax-constexpr.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2448_relax_constexpr/p2448r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2448_relax_constexpr/p2448r0.html -------------------------------------------------------------------------------- /2448_relax_constexpr/p2448r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2448_relax_constexpr/p2448r1.html -------------------------------------------------------------------------------- /2448_relax_constexpr/p2448r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2448_relax_constexpr/p2448r2.html -------------------------------------------------------------------------------- /2448_relax_constexpr/relax-constexpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2448_relax_constexpr/relax-constexpr.md -------------------------------------------------------------------------------- /2481_forward_ref/Makefile: -------------------------------------------------------------------------------- 1 | p2481r2.html : forward-ref.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2481_forward_ref/forward-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2481_forward_ref/forward-ref.md -------------------------------------------------------------------------------- /2481_forward_ref/p2481r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2481_forward_ref/p2481r0.html -------------------------------------------------------------------------------- /2481_forward_ref/p2481r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2481_forward_ref/p2481r1.html -------------------------------------------------------------------------------- /2481_forward_ref/p2481r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2481_forward_ref/p2481r2.html -------------------------------------------------------------------------------- /2484_extend_cnttp/Makefile: -------------------------------------------------------------------------------- 1 | p2484r0.html : extend-cnttp.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2484_extend_cnttp/extend-cnttp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2484_extend_cnttp/extend-cnttp.md -------------------------------------------------------------------------------- /2484_extend_cnttp/p2484r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2484_extend_cnttp/p2484r0.html -------------------------------------------------------------------------------- /2493_core_feature_test/Makefile: -------------------------------------------------------------------------------- 1 | p2493r0.html : missing-feature-test.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2493_core_feature_test/missing-feature-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2493_core_feature_test/missing-feature-test.md -------------------------------------------------------------------------------- /2493_core_feature_test/p2493r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2493_core_feature_test/p2493r0.html -------------------------------------------------------------------------------- /2508_expose_format_string/Makefile: -------------------------------------------------------------------------------- 1 | p2508r2.html : expose-fmt-string.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2508_expose_format_string/expose-fmt-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2508_expose_format_string/expose-fmt-string.md -------------------------------------------------------------------------------- /2508_expose_format_string/p2508r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2508_expose_format_string/p2508r0.html -------------------------------------------------------------------------------- /2508_expose_format_string/p2508r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2508_expose_format_string/p2508r1.html -------------------------------------------------------------------------------- /2508_expose_format_string/p2508r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2508_expose_format_string/p2508r2.html -------------------------------------------------------------------------------- /2520_move_iterator/Makefile: -------------------------------------------------------------------------------- 1 | p2520r1.html : move-iterator.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2520_move_iterator/move-iterator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2520_move_iterator/move-iterator.md -------------------------------------------------------------------------------- /2520_move_iterator/p2520r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2520_move_iterator/p2520r0.html -------------------------------------------------------------------------------- /2520_move_iterator/p2520r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2520_move_iterator/p2520r1.html -------------------------------------------------------------------------------- /2550_algo_output_iterator/Makefile: -------------------------------------------------------------------------------- 1 | p2550r1.html : algo-output-iterator.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2550_algo_output_iterator/algo-output-iterator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2550_algo_output_iterator/algo-output-iterator.md -------------------------------------------------------------------------------- /2550_algo_output_iterator/p2550r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2550_algo_output_iterator/p2550r0.html -------------------------------------------------------------------------------- /2550_algo_output_iterator/p2550r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2550_algo_output_iterator/p2550r1.html -------------------------------------------------------------------------------- /2561_operator_try/A Control Flow Operator.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/A Control Flow Operator.pptx -------------------------------------------------------------------------------- /2561_operator_try/Makefile: -------------------------------------------------------------------------------- 1 | p2561r2.html : operator-try.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2561_operator_try/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/notes.txt -------------------------------------------------------------------------------- /2561_operator_try/operator-try.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/operator-try.md -------------------------------------------------------------------------------- /2561_operator_try/p2561r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/p2561r0.html -------------------------------------------------------------------------------- /2561_operator_try/p2561r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/p2561r1.html -------------------------------------------------------------------------------- /2561_operator_try/p2561r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2561_operator_try/p2561r2.html -------------------------------------------------------------------------------- /2564_consteval_patch/Makefile: -------------------------------------------------------------------------------- 1 | p2564r3.html : consteval-patch.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2564_consteval_patch/consteval-patch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2564_consteval_patch/consteval-patch.md -------------------------------------------------------------------------------- /2564_consteval_patch/p2564r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2564_consteval_patch/p2564r0.html -------------------------------------------------------------------------------- /2564_consteval_patch/p2564r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2564_consteval_patch/p2564r1.html -------------------------------------------------------------------------------- /2564_consteval_patch/p2564r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2564_consteval_patch/p2564r2.html -------------------------------------------------------------------------------- /2564_consteval_patch/p2564r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2564_consteval_patch/p2564r3.html -------------------------------------------------------------------------------- /2585_fmt_container/Makefile: -------------------------------------------------------------------------------- 1 | p2585r1.html : fmt-container.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2585_fmt_container/fmt-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2585_fmt_container/fmt-container.md -------------------------------------------------------------------------------- /2585_fmt_container/p2585r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2585_fmt_container/p2585r0.html -------------------------------------------------------------------------------- /2585_fmt_container/p2585r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2585_fmt_container/p2585r1.html -------------------------------------------------------------------------------- /2593_static_assert/Makefile: -------------------------------------------------------------------------------- 1 | p2593r1.html : static-assert.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2593_static_assert/p2593r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2593_static_assert/p2593r0.html -------------------------------------------------------------------------------- /2593_static_assert/p2593r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2593_static_assert/p2593r1.html -------------------------------------------------------------------------------- /2593_static_assert/static-assert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2593_static_assert/static-assert.md -------------------------------------------------------------------------------- /2602_poison_pills/Makefile: -------------------------------------------------------------------------------- 1 | p2602r2.html : poison-pills.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2602_poison_pills/p2602r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2602_poison_pills/p2602r0.html -------------------------------------------------------------------------------- /2602_poison_pills/p2602r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2602_poison_pills/p2602r1.html -------------------------------------------------------------------------------- /2602_poison_pills/p2602r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2602_poison_pills/p2602r2.html -------------------------------------------------------------------------------- /2602_poison_pills/poison-pills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2602_poison_pills/poison-pills.md -------------------------------------------------------------------------------- /2637_member_visit/Makefile: -------------------------------------------------------------------------------- 1 | p2637r3.html : member-visit.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2637_member_visit/member-visit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2637_member_visit/member-visit.md -------------------------------------------------------------------------------- /2637_member_visit/p2637r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2637_member_visit/p2637r0.html -------------------------------------------------------------------------------- /2637_member_visit/p2637r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2637_member_visit/p2637r1.html -------------------------------------------------------------------------------- /2637_member_visit/p2637r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2637_member_visit/p2637r2.html -------------------------------------------------------------------------------- /2637_member_visit/p2637r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2637_member_visit/p2637r3.html -------------------------------------------------------------------------------- /2641_active_union/Makefile: -------------------------------------------------------------------------------- 1 | p2641r4.html : active_union.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2641_active_union/active_union.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/active_union.md -------------------------------------------------------------------------------- /2641_active_union/p2641r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/p2641r0.html -------------------------------------------------------------------------------- /2641_active_union/p2641r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/p2641r1.html -------------------------------------------------------------------------------- /2641_active_union/p2641r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/p2641r2.html -------------------------------------------------------------------------------- /2641_active_union/p2641r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/p2641r3.html -------------------------------------------------------------------------------- /2641_active_union/p2641r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2641_active_union/p2641r4.html -------------------------------------------------------------------------------- /2647_static_constexpr/Makefile: -------------------------------------------------------------------------------- 1 | p2647r1.html : static-constexpr.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2647_static_constexpr/p2647r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2647_static_constexpr/p2647r0.html -------------------------------------------------------------------------------- /2647_static_constexpr/p2647r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2647_static_constexpr/p2647r1.html -------------------------------------------------------------------------------- /2647_static_constexpr/static-constexpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2647_static_constexpr/static-constexpr.md -------------------------------------------------------------------------------- /2670_constexpr_allocation/Makefile: -------------------------------------------------------------------------------- 1 | p2670r1.html : constexpr-allocation.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2670_constexpr_allocation/constexpr-allocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2670_constexpr_allocation/constexpr-allocation.md -------------------------------------------------------------------------------- /2670_constexpr_allocation/p2670r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2670_constexpr_allocation/p2670r0.html -------------------------------------------------------------------------------- /2670_constexpr_allocation/p2670r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2670_constexpr_allocation/p2670r1.html -------------------------------------------------------------------------------- /2671_syntax_generalized_packs/Makefile: -------------------------------------------------------------------------------- 1 | p2671r0.html : syntax-generalized-packs.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2671_syntax_generalized_packs/p2671r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2671_syntax_generalized_packs/p2671r0.html -------------------------------------------------------------------------------- /2671_syntax_generalized_packs/syntax-generalized-packs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2671_syntax_generalized_packs/syntax-generalized-packs.md -------------------------------------------------------------------------------- /2672_pipeline_designs/Makefile: -------------------------------------------------------------------------------- 1 | p2672r0.html : pipeline-designs.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2672_pipeline_designs/p2672r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2672_pipeline_designs/p2672r0.html -------------------------------------------------------------------------------- /2672_pipeline_designs/pipeline-designs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2672_pipeline_designs/pipeline-designs.md -------------------------------------------------------------------------------- /2747_constexpr_void_ptr/Makefile: -------------------------------------------------------------------------------- 1 | p2747r2.html : constexpr-void-ptr.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2747_constexpr_void_ptr/constexpr-void-ptr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2747_constexpr_void_ptr/constexpr-void-ptr.md -------------------------------------------------------------------------------- /2747_constexpr_void_ptr/p2747r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2747_constexpr_void_ptr/p2747r0.html -------------------------------------------------------------------------------- /2747_constexpr_void_ptr/p2747r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2747_constexpr_void_ptr/p2747r1.html -------------------------------------------------------------------------------- /2747_constexpr_void_ptr/p2747r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2747_constexpr_void_ptr/p2747r2.html -------------------------------------------------------------------------------- /2757_type_check_format/Makefile: -------------------------------------------------------------------------------- 1 | p2757r3.html : type-check-format.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2757_type_check_format/p2757r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2757_type_check_format/p2757r0.html -------------------------------------------------------------------------------- /2757_type_check_format/p2757r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2757_type_check_format/p2757r1.html -------------------------------------------------------------------------------- /2757_type_check_format/p2757r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2757_type_check_format/p2757r2.html -------------------------------------------------------------------------------- /2757_type_check_format/p2757r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2757_type_check_format/p2757r3.html -------------------------------------------------------------------------------- /2757_type_check_format/type-check-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2757_type_check_format/type-check-format.md -------------------------------------------------------------------------------- /2758_compile_time_messages/Makefile: -------------------------------------------------------------------------------- 1 | d2758r6.html : compile-time-messages.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2758_compile_time_messages/compile-time-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/compile-time-messages.md -------------------------------------------------------------------------------- /2758_compile_time_messages/d2758r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/d2758r6.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r0.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r1.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r2.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r3.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r4.html -------------------------------------------------------------------------------- /2758_compile_time_messages/p2758r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2758_compile_time_messages/p2758r5.html -------------------------------------------------------------------------------- /2760_ranges_26_plan/Makefile: -------------------------------------------------------------------------------- 1 | p2760r1.html : ranges-26-plan.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2760_ranges_26_plan/p2760r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2760_ranges_26_plan/p2760r0.html -------------------------------------------------------------------------------- /2760_ranges_26_plan/p2760r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2760_ranges_26_plan/p2760r1.html -------------------------------------------------------------------------------- /2760_ranges_26_plan/ranges-26-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2760_ranges_26_plan/ranges-26-plan.md -------------------------------------------------------------------------------- /2806_do_expr/Makefile: -------------------------------------------------------------------------------- 1 | p2806r3.html : do-expr.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2806_do_expr/do-expr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2806_do_expr/do-expr.md -------------------------------------------------------------------------------- /2806_do_expr/p2806r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2806_do_expr/p2806r0.html -------------------------------------------------------------------------------- /2806_do_expr/p2806r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2806_do_expr/p2806r1.html -------------------------------------------------------------------------------- /2806_do_expr/p2806r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2806_do_expr/p2806r2.html -------------------------------------------------------------------------------- /2806_do_expr/p2806r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2806_do_expr/p2806r3.html -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/Makefile -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/comparisons-for-reference_wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/comparisons-for-reference_wrapper.md -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/p2944r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/p2944r0.html -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/p2944r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/p2944r1.html -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/p2944r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/p2944r2.html -------------------------------------------------------------------------------- /2944_comparisons_for_reference_wrapper/p2944r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2944_comparisons_for_reference_wrapper/p2944r3.html -------------------------------------------------------------------------------- /2945_format_time_point/Makefile: -------------------------------------------------------------------------------- 1 | p2945r1.html : format-time_point.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2945_format_time_point/format-time_point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2945_format_time_point/format-time_point.md -------------------------------------------------------------------------------- /2945_format_time_point/p2945r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2945_format_time_point/p2945r0.html -------------------------------------------------------------------------------- /2945_format_time_point/p2945r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2945_format_time_point/p2945r1.html -------------------------------------------------------------------------------- /2994_naming_of_packs/Makefile: -------------------------------------------------------------------------------- 1 | p2994r1.html : naming-of-packs.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2994_naming_of_packs/naming-of-packs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2994_naming_of_packs/naming-of-packs.md -------------------------------------------------------------------------------- /2994_naming_of_packs/p2994r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2994_naming_of_packs/p2994r0.html -------------------------------------------------------------------------------- /2994_naming_of_packs/p2994r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2994_naming_of_packs/p2994r1.html -------------------------------------------------------------------------------- /2996_reflection/Makefile: -------------------------------------------------------------------------------- 1 | p2996r13.html : reflection.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2996_reflection/TODO: -------------------------------------------------------------------------------- 1 | * is_inline 2 | * can you observe no_unique_address? -------------------------------------------------------------------------------- /2996_reflection/p2996r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r0.html -------------------------------------------------------------------------------- /2996_reflection/p2996r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r1.html -------------------------------------------------------------------------------- /2996_reflection/p2996r10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r10.html -------------------------------------------------------------------------------- /2996_reflection/p2996r11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r11.html -------------------------------------------------------------------------------- /2996_reflection/p2996r12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r12.html -------------------------------------------------------------------------------- /2996_reflection/p2996r13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r13.html -------------------------------------------------------------------------------- /2996_reflection/p2996r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r2.html -------------------------------------------------------------------------------- /2996_reflection/p2996r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r3.html -------------------------------------------------------------------------------- /2996_reflection/p2996r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r4.html -------------------------------------------------------------------------------- /2996_reflection/p2996r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r5.html -------------------------------------------------------------------------------- /2996_reflection/p2996r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r6.html -------------------------------------------------------------------------------- /2996_reflection/p2996r7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r7.html -------------------------------------------------------------------------------- /2996_reflection/p2996r8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r8.html -------------------------------------------------------------------------------- /2996_reflection/p2996r9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/p2996r9.html -------------------------------------------------------------------------------- /2996_reflection/reflection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2996_reflection/reflection.md -------------------------------------------------------------------------------- /2997_common_reference_algo/Makefile: -------------------------------------------------------------------------------- 1 | p2997r1.html : common-reference-algo.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /2997_common_reference_algo/common-reference-algo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2997_common_reference_algo/common-reference-algo.md -------------------------------------------------------------------------------- /2997_common_reference_algo/p2997r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2997_common_reference_algo/p2997r0.html -------------------------------------------------------------------------------- /2997_common_reference_algo/p2997r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/2997_common_reference_algo/p2997r1.html -------------------------------------------------------------------------------- /3032_less_transient_allocation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/Makefile -------------------------------------------------------------------------------- /3032_less_transient_allocation/less-transient-allocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/less-transient-allocation.md -------------------------------------------------------------------------------- /3032_less_transient_allocation/p3032r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/p3032r0.html -------------------------------------------------------------------------------- /3032_less_transient_allocation/p3032r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/p3032r1.html -------------------------------------------------------------------------------- /3032_less_transient_allocation/p3032r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/p3032r2.html -------------------------------------------------------------------------------- /3032_less_transient_allocation/slides.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3032_less_transient_allocation/slides.key -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/Makefile: -------------------------------------------------------------------------------- 1 | p3074r7.html : constexpr-union-lifetime.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/constexpr-union-lifetime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/constexpr-union-lifetime.md -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r0.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r1.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r2.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r3.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r4.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r5.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r6.html -------------------------------------------------------------------------------- /3074_consexpr_union_lifetime/p3074r7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3074_consexpr_union_lifetime/p3074r7.html -------------------------------------------------------------------------------- /3157_generative_extensions/Makefile: -------------------------------------------------------------------------------- 1 | p3157r1.html : generative-extensions.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3157_generative_extensions/generative-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3157_generative_extensions/generative-extensions.md -------------------------------------------------------------------------------- /3157_generative_extensions/p3157r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3157_generative_extensions/p3157r1.html -------------------------------------------------------------------------------- /3171_boost_lambda2/.gitignore: -------------------------------------------------------------------------------- 1 | boost-lambda2.md 2 | -------------------------------------------------------------------------------- /3171_boost_lambda2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3171_boost_lambda2/Makefile -------------------------------------------------------------------------------- /3171_boost_lambda2/boost-lambda2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3171_boost_lambda2/boost-lambda2.tpl -------------------------------------------------------------------------------- /3171_boost_lambda2/p3171r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3171_boost_lambda2/p3171r0.html -------------------------------------------------------------------------------- /3171_boost_lambda2/p3171r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3171_boost_lambda2/p3171r1.html -------------------------------------------------------------------------------- /3171_boost_lambda2/render.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3171_boost_lambda2/render.py -------------------------------------------------------------------------------- /3177_const_prvalue/Makefile: -------------------------------------------------------------------------------- 1 | p3177r0.html : const-prvalue.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3177_const_prvalue/const-prvalue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3177_const_prvalue/const-prvalue.md -------------------------------------------------------------------------------- /3177_const_prvalue/p3177r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3177_const_prvalue/p3177r0.html -------------------------------------------------------------------------------- /3273_introspect-closure/Makefile: -------------------------------------------------------------------------------- 1 | p3273r0.html : introspect-closure.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3273_introspect-closure/introspect-closure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3273_introspect-closure/introspect-closure.md -------------------------------------------------------------------------------- /3273_introspect-closure/p3273r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3273_introspect-closure/p3273r0.html -------------------------------------------------------------------------------- /3289_consteval_blocks/Makefile: -------------------------------------------------------------------------------- 1 | d3289r2.html : consteval-blocks.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3289_consteval_blocks/consteval-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3289_consteval_blocks/consteval-blocks.md -------------------------------------------------------------------------------- /3289_consteval_blocks/d3289r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3289_consteval_blocks/d3289r2.html -------------------------------------------------------------------------------- /3289_consteval_blocks/p3289r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3289_consteval_blocks/p3289r0.html -------------------------------------------------------------------------------- /3289_consteval_blocks/p3289r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3289_consteval_blocks/p3289r1.html -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/Makefile: -------------------------------------------------------------------------------- 1 | p3293r3.html : splicing-base-subobjects.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/p3293r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3293_splicing_base_subobjects/p3293r0.html -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/p3293r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3293_splicing_base_subobjects/p3293r1.html -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/p3293r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3293_splicing_base_subobjects/p3293r2.html -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/p3293r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3293_splicing_base_subobjects/p3293r3.html -------------------------------------------------------------------------------- /3293_splicing_base_subobjects/splicing-base-subobjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3293_splicing_base_subobjects/splicing-base-subobjects.md -------------------------------------------------------------------------------- /3294_code_injection/Makefile: -------------------------------------------------------------------------------- 1 | p3294r2.html : code-injection.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3294_code_injection/code-injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3294_code_injection/code-injection.md -------------------------------------------------------------------------------- /3294_code_injection/p3294r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3294_code_injection/p3294r0.html -------------------------------------------------------------------------------- /3294_code_injection/p3294r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3294_code_injection/p3294r1.html -------------------------------------------------------------------------------- /3294_code_injection/p3294r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3294_code_injection/p3294r2.html -------------------------------------------------------------------------------- /3380_extend_cnttp_2/Makefile: -------------------------------------------------------------------------------- 1 | p3380r1.html : extend-cnttp-2.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3380_extend_cnttp_2/extend-cnttp-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3380_extend_cnttp_2/extend-cnttp-2.md -------------------------------------------------------------------------------- /3380_extend_cnttp_2/p3380r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3380_extend_cnttp_2/p3380r0.html -------------------------------------------------------------------------------- /3380_extend_cnttp_2/p3380r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3380_extend_cnttp_2/p3380r1.html -------------------------------------------------------------------------------- /3381_reflection_syntax/Makefile: -------------------------------------------------------------------------------- 1 | p3381r0.html : reflection-syntax.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3381_reflection_syntax/p3381r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3381_reflection_syntax/p3381r0.html -------------------------------------------------------------------------------- /3381_reflection_syntax/reflection-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3381_reflection_syntax/reflection-syntax.md -------------------------------------------------------------------------------- /3391_constexpr_format/Makefile: -------------------------------------------------------------------------------- 1 | p3391r2.html : constexpr-format.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3391_constexpr_format/constexpr-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3391_constexpr_format/constexpr-format.md -------------------------------------------------------------------------------- /3391_constexpr_format/p3391r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3391_constexpr_format/p3391r0.html -------------------------------------------------------------------------------- /3391_constexpr_format/p3391r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3391_constexpr_format/p3391r1.html -------------------------------------------------------------------------------- /3391_constexpr_format/p3391r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3391_constexpr_format/p3391r2.html -------------------------------------------------------------------------------- /3394_annotations/Makefile: -------------------------------------------------------------------------------- 1 | p3394r4.html : annotations.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3394_annotations/annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/annotations.md -------------------------------------------------------------------------------- /3394_annotations/p3394r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/p3394r0.html -------------------------------------------------------------------------------- /3394_annotations/p3394r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/p3394r1.html -------------------------------------------------------------------------------- /3394_annotations/p3394r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/p3394r2.html -------------------------------------------------------------------------------- /3394_annotations/p3394r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/p3394r3.html -------------------------------------------------------------------------------- /3394_annotations/p3394r4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/p3394r4.html -------------------------------------------------------------------------------- /3394_annotations/slides.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3394_annotations/slides.key -------------------------------------------------------------------------------- /3420_reflection_of_templates/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3420_reflection_of_templates/Makefile -------------------------------------------------------------------------------- /3420_reflection_of_templates/p3420r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3420_reflection_of_templates/p3420r0.html -------------------------------------------------------------------------------- /3420_reflection_of_templates/reflection-of-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3420_reflection_of_templates/reflection-of-templates.md -------------------------------------------------------------------------------- /3450_extend_within_lifetime/Makefile: -------------------------------------------------------------------------------- 1 | p3450r0.html : extend-within-lifetime.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3450_extend_within_lifetime/extend-within-lifetime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3450_extend_within_lifetime/extend-within-lifetime.md -------------------------------------------------------------------------------- /3450_extend_within_lifetime/p3450r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3450_extend_within_lifetime/p3450r0.html -------------------------------------------------------------------------------- /3451_reflection_access/Makefile: -------------------------------------------------------------------------------- 1 | p3451r0.html : reflection-access.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3451_reflection_access/p3451r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3451_reflection_access/p3451r0.html -------------------------------------------------------------------------------- /3451_reflection_access/reflection-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3451_reflection_access/reflection-access.md -------------------------------------------------------------------------------- /3485_grouping_using_decl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3485_grouping_using_decl/Makefile -------------------------------------------------------------------------------- /3485_grouping_using_decl/grouping-using-decl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3485_grouping_using_decl/grouping-using-decl.md -------------------------------------------------------------------------------- /3485_grouping_using_decl/p3485r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3485_grouping_using_decl/p3485r0.html -------------------------------------------------------------------------------- /3491_define_static/Makefile: -------------------------------------------------------------------------------- 1 | p3491r3.html : define-static.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3491_define_static/define-static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3491_define_static/define-static.md -------------------------------------------------------------------------------- /3491_define_static/p3491r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3491_define_static/p3491r0.html -------------------------------------------------------------------------------- /3491_define_static/p3491r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3491_define_static/p3491r1.html -------------------------------------------------------------------------------- /3491_define_static/p3491r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3491_define_static/p3491r2.html -------------------------------------------------------------------------------- /3491_define_static/p3491r3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3491_define_static/p3491r3.html -------------------------------------------------------------------------------- /3496_immediate_escalating/Makefile: -------------------------------------------------------------------------------- 1 | p3496r0.html : immediate-escalating.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3496_immediate_escalating/immediate-escalating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3496_immediate_escalating/immediate-escalating.md -------------------------------------------------------------------------------- /3496_immediate_escalating/p3496r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3496_immediate_escalating/p3496r0.html -------------------------------------------------------------------------------- /3525_explicit_implicit_template_region/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3525_explicit_implicit_template_region/Makefile -------------------------------------------------------------------------------- /3525_explicit_implicit_template_region/explicit-implicit-template-region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3525_explicit_implicit_template_region/explicit-implicit-template-region.md -------------------------------------------------------------------------------- /3525_explicit_implicit_template_region/p3525r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3525_explicit_implicit_template_region/p3525r0.html -------------------------------------------------------------------------------- /3549_diverging_expressions/Makefile: -------------------------------------------------------------------------------- 1 | p3549r1.html : diverging-expressions.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3549_diverging_expressions/diverging-expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3549_diverging_expressions/diverging-expressions.md -------------------------------------------------------------------------------- /3549_diverging_expressions/p3549r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3549_diverging_expressions/p3549r0.html -------------------------------------------------------------------------------- /3549_diverging_expressions/p3549r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3549_diverging_expressions/p3549r1.html -------------------------------------------------------------------------------- /3554_non-transient_vector/Makefile: -------------------------------------------------------------------------------- 1 | p3554r0.html : non-transient-vector.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3554_non-transient_vector/non-transient-vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3554_non-transient_vector/non-transient-vector.md -------------------------------------------------------------------------------- /3554_non-transient_vector/p3554r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3554_non-transient_vector/p3554r0.html -------------------------------------------------------------------------------- /3560_reflection_error_handling/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/Makefile -------------------------------------------------------------------------------- /3560_reflection_error_handling/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/TODO -------------------------------------------------------------------------------- /3560_reflection_error_handling/p3560r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/p3560r0.html -------------------------------------------------------------------------------- /3560_reflection_error_handling/p3560r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/p3560r1.html -------------------------------------------------------------------------------- /3560_reflection_error_handling/p3560r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/p3560r2.html -------------------------------------------------------------------------------- /3560_reflection_error_handling/reflection-error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3560_reflection_error_handling/reflection-error-handling.md -------------------------------------------------------------------------------- /3603_consteval_only/Makefile: -------------------------------------------------------------------------------- 1 | p3603r2.html : consteval-only.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3603_consteval_only/consteval-only.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3603_consteval_only/consteval-only.md -------------------------------------------------------------------------------- /3603_consteval_only/p3603r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3603_consteval_only/p3603r0.html -------------------------------------------------------------------------------- /3603_consteval_only/p3603r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3603_consteval_only/p3603r1.html -------------------------------------------------------------------------------- /3603_consteval_only/p3603r2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3603_consteval_only/p3603r2.html -------------------------------------------------------------------------------- /3617_reflect_constant_array/Makefile: -------------------------------------------------------------------------------- 1 | p3617r0.html : reflect-constant-array.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3617_reflect_constant_array/p3617r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3617_reflect_constant_array/p3617r0.html -------------------------------------------------------------------------------- /3617_reflect_constant_array/reflect-constant-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3617_reflect_constant_array/reflect-constant-array.md -------------------------------------------------------------------------------- /3726_union_lifetime/Makefile: -------------------------------------------------------------------------------- 1 | p3726r1.html : union-lifetime.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3726_union_lifetime/p3726r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3726_union_lifetime/p3726r0.html -------------------------------------------------------------------------------- /3726_union_lifetime/p3726r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3726_union_lifetime/p3726r1.html -------------------------------------------------------------------------------- /3726_union_lifetime/union-lifetime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3726_union_lifetime/union-lifetime.md -------------------------------------------------------------------------------- /3795_misc_reflection_cleanup/Makefile: -------------------------------------------------------------------------------- 1 | p3795r1.html : misc-reflection-cleanup.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /3795_misc_reflection_cleanup/misc-reflection-cleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3795_misc_reflection_cleanup/misc-reflection-cleanup.md -------------------------------------------------------------------------------- /3795_misc_reflection_cleanup/p3795r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3795_misc_reflection_cleanup/p3795r0.html -------------------------------------------------------------------------------- /3795_misc_reflection_cleanup/p3795r1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/3795_misc_reflection_cleanup/p3795r1.html -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/README.md -------------------------------------------------------------------------------- /all_papers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/all_papers.html -------------------------------------------------------------------------------- /all_papers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/all_papers.tpl -------------------------------------------------------------------------------- /concepts_v2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/concepts_v2/Makefile -------------------------------------------------------------------------------- /concepts_v2/concepts-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/concepts_v2/concepts-v2.md -------------------------------------------------------------------------------- /concepts_v2/concepts_v2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/concepts_v2/concepts_v2.html -------------------------------------------------------------------------------- /forward_ref/Makefile: -------------------------------------------------------------------------------- 1 | d1500r0.html : forward-ref.md 2 | include ../md/mpark-wg21.mk 3 | -------------------------------------------------------------------------------- /forward_ref/d1500r0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/forward_ref/d1500r0.html -------------------------------------------------------------------------------- /forward_ref/forward-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/forward_ref/forward-ref.md -------------------------------------------------------------------------------- /make_all_papers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/make_all_papers -------------------------------------------------------------------------------- /md/defaults.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/defaults.py -------------------------------------------------------------------------------- /md/general.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/general.css -------------------------------------------------------------------------------- /md/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/index.json -------------------------------------------------------------------------------- /md/mpark-wg21.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/mpark-wg21.mk -------------------------------------------------------------------------------- /md/pandoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/pandoc.css -------------------------------------------------------------------------------- /md/pandoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/pandoc.html -------------------------------------------------------------------------------- /md/pandoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/pandoc.py -------------------------------------------------------------------------------- /md/prism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/prism.js -------------------------------------------------------------------------------- /md/prism_default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/prism_default.css -------------------------------------------------------------------------------- /md/style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/style.html -------------------------------------------------------------------------------- /md/toc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/toc.py -------------------------------------------------------------------------------- /md/update_wg21.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/update_wg21.sh -------------------------------------------------------------------------------- /md/wg21_fmt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/md/wg21_fmt.yaml -------------------------------------------------------------------------------- /new_paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/new_paper.py -------------------------------------------------------------------------------- /optional/optional.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/optional/optional.h -------------------------------------------------------------------------------- /talks/202105_cppnow/Iteration Models.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202105_cppnow/Iteration Models.pptx -------------------------------------------------------------------------------- /talks/202112_cppp/Iteration Models CPPP pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202112_cppp/Iteration Models CPPP pdf.pdf -------------------------------------------------------------------------------- /talks/202112_cppp/Iteration Models CPPP.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202112_cppp/Iteration Models CPPP.pptx -------------------------------------------------------------------------------- /talks/202209_cppcon/The Surprising Complexity of Formatting Ranges.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202209_cppcon/The Surprising Complexity of Formatting Ranges.pptx -------------------------------------------------------------------------------- /talks/202305_cppnow/take(5).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202305_cppnow/take(5).pptx -------------------------------------------------------------------------------- /talks/202509_cppcon/Practical Reflection.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/talks/202509_cppcon/Practical Reflection.pptx -------------------------------------------------------------------------------- /watch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/watch.sh -------------------------------------------------------------------------------- /xxxx_placeholders/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/Makefile -------------------------------------------------------------------------------- /xxxx_placeholders/dxxxxr0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/dxxxxr0.html -------------------------------------------------------------------------------- /xxxx_placeholders/pipelines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/pipelines.html -------------------------------------------------------------------------------- /xxxx_placeholders/pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/pipelines.md -------------------------------------------------------------------------------- /xxxx_placeholders/placeholders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/placeholders.html -------------------------------------------------------------------------------- /xxxx_placeholders/placeholders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brevzin/cpp_proposals/HEAD/xxxx_placeholders/placeholders.md --------------------------------------------------------------------------------