Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Atomic add float]) |
(Improved) |
||
Zeile 15: | Zeile 15: | ||
* [http://coliru.stacked-crooked.com/a/01631f743140c04f constexpr: Use tag dispatching for runtime/compile-time path] | * [http://coliru.stacked-crooked.com/a/01631f743140c04f constexpr: Use tag dispatching for runtime/compile-time path] | ||
* [https://wandbox.org/permlink/SsnJMTMKAX8lqiDl constexpr: Default generated constructors] | * [https://wandbox.org/permlink/SsnJMTMKAX8lqiDl constexpr: Default generated constructors] | ||
* [https://wandbox.org/permlink/ | * [https://wandbox.org/permlink/Pk6kq4cYIRuLVrbV Atomic add float] |
Version vom 11. Februar 2018, 20:42 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