Skip to content

Restructure [utilities] #3388

Closed
Closed
@jensmaurer

Description

@jensmaurer

Ideas from Belfast editorial session:

  • Utility types: pair, tuple, variant, optional, any, bitset
  • Memory management: memory, smart Pointers, memory resource, scoped_allocator-adaptor,
  • Compile-time programming: type_traits, ratio

Activity

added this to the C++23 milestone on Nov 10, 2019
jensmaurer

jensmaurer commented on Nov 14, 2020

@jensmaurer
MemberAuthor

Move [format] to [strings], since it's essentially a fancy string constructor.

jensmaurer

jensmaurer commented on Jul 16, 2021

@jensmaurer
MemberAuthor

Move [stacktrace] to [diagnostics].

jensmaurer

jensmaurer commented on Jul 16, 2021

@jensmaurer
MemberAuthor

keep Utility types: pair, tuple, variant, optional, any, bitset under [utilities], but create a new grouping subclause called "data types".

JohelEGP

JohelEGP commented on Jul 16, 2021

@JohelEGP
Contributor

Isn't "[charconv] Primitive numeric conversions" a good fit for Clause 26 "Numerics library"? I always searched there for it, at first.

jwakely

jwakely commented on Jul 16, 2021

@jwakely
Member

Should [intseq] "Compile-time integer sequences" be a subclause of [utility] "Utility components" rather than a sibling?

jensmaurer

jensmaurer commented on Feb 25, 2022

@jensmaurer
MemberAuthor

Addressed with #5124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jwakely@JohelEGP@jensmaurer

        Issue actions

          Restructure [utilities] · Issue #3388 · cplusplus/draft