Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (→String Proxy Puzzle: Update) |
Claas (Diskussion | Beiträge) (Struct designated initializers) |
||
Zeile 18: | Zeile 18: | ||
* [https://wandbox.org/permlink/Pk6kq4cYIRuLVrbV Atomic add float] | * [https://wandbox.org/permlink/Pk6kq4cYIRuLVrbV Atomic add float] | ||
* [http://coliru.stacked-crooked.com/a/d98278b43cff60dd Unique type for each generated element of class] | * [http://coliru.stacked-crooked.com/a/d98278b43cff60dd Unique type for each generated element of class] | ||
* [https://wandbox.org/permlink/PVoV3typR0r18eKz Struct designated initializers] | |||
== String Proxy Puzzle == | == String Proxy Puzzle == | ||
* [https://gcc.godbolt.org/z/3Hcn8H Trial 1] | * [https://gcc.godbolt.org/z/3Hcn8H Trial 1] | ||
* [https://gcc.godbolt.org/z/lhDlAJ Trial 2 (hash)] | * [https://gcc.godbolt.org/z/lhDlAJ Trial 2 (hash)] |
Version vom 29. März 2019, 14:02 Uhr
- Variant with hierarchy and partial overloading
- Access enum as constant expression
- enum class casting rules
- Test constexpr with template functor
- Change variable in parameter pack expansion
- Pitfalls of bitset::operator
- non_negative
- one_of, C++14
- Optional automatic determination of template parameter
- Non-const constexpr member function
- make_switch
- constexpr: Use tag dispatching for runtime/compile-time path
- constexpr: Default generated constructors
- Atomic add float
- Unique type for each generated element of class
- Struct designated initializers