DEV Community

# cpp23

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Fold expressions in C++

Fold expressions in C++

1
Comments
9 min read
C++23: two additional noexcept functions

C++23: two additional noexcept functions

Comments 1
3 min read
C++23: Even more constexpr

C++23: Even more constexpr

2
Comments
6 min read
The evolution of enums

The evolution of enums

2
Comments
7 min read
C++23: std::out_ptr and std::inout_ptr

C++23: std::out_ptr and std::inout_ptr

Comments
3 min read
C++23: attributes

C++23: attributes

9
Comments 3
5 min read
C++23: auto(x) and decay copy

C++23: auto(x) and decay copy

4
Comments
4 min read
C++23: How lambdas are going to change?

C++23: How lambdas are going to change?

2
Comments
4 min read
C++23: The `<expected>` header; expect the unexpected

C++23: The `<expected>` header; expect the unexpected

5
Comments
9 min read
C++23: flat_map, flat_set, et al.

C++23: flat_map, flat_set, et al.

3
Comments
5 min read
C++23: The stacktrace library

C++23: The stacktrace library

3
Comments
4 min read
C++23: Preprocessing directives

C++23: Preprocessing directives

2
Comments
3 min read
6 C++23 features improving string and string_view

6 C++23 features improving string and string_view

7
Comments 1
5 min read
C++23: Narrowing contextual conversions to bool

C++23: Narrowing contextual conversions to bool

13
Comments
4 min read
C++23: Consteval if to make compile time programming easier

C++23: Consteval if to make compile time programming easier

7
Comments
3 min read
C++23: Literal suffix for (signed) size_t

C++23: Literal suffix for (signed) size_t

9
Comments
4 min read
Make declaration order layout mandated

Make declaration order layout mandated

9
Comments
4 min read
C++23: Deducing this

C++23: Deducing this

6
Comments 3
6 min read
loading...