Vlad Vrabie
Vlad Vrabie
**Describe the bug** I have a Cpp1 class with some integral `const static` members initialized inside class. This allows me to use them to declare other members, notable `std::array`. Tried...
**TLDR**: Implementing function/object aliases as `constexpr` is confusing/don't work as *aliases*. `==` should mean `constexpr`. Aliases can use the unified declaration syntax `name : kind = statement`. **Will your feature...
**TLDR**: Nowhere on the documentation website (that I could find) is it written that syntax `-> forward SomeType` or `-> move SomeType` is valid for return types. Context: I've been...