c++23 Questions

1

Solved

When this class in the header file is added to the language, what problems will we be able to handle more easily and which syntaxes are planned to replace ? Below I am sharing a code I got from the...
Monaural asked 3/5, 2021 at 12:28

1

Solved

According to cppreference, both gcc and clang have completed the implementation of P1102R2 ("Down with ()!") recently, which means we can define lambda expressions more concisely in C++23...
Biles asked 27/3, 2021 at 16:2

4

Solved

When derived class using base class constructor the deduction seems always fail. However, when the base class have lots of constructors it is very clumsy to re-define all the constructors. It is al...
Whichsoever asked 19/4, 2020 at 20:36

© 2022 - 2024 — McMap. All rights reserved.