Created on 2009-05-25.00:00:00 last changed 183 months ago
Proposed resolution:
[ratio.ratio]
namespace std {
template <intmax_t N, intmax_t D = 1>
class ratio {
public:
static constexpr intmax_t num;
static constexpr intmax_t den;
};
}
[ 2009-10 Santa Cruz: ]
NAD EditorialResolved. Solved by N2994.
The values num and den in the ratio template should be declared constexpr.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-19 19:04:45 | admin | set | status: nad editorial -> resolved |
| 2010-10-21 18:28:33 | admin | set | messages: + msg826 |
| 2010-10-21 18:28:33 | admin | set | messages: + msg825 |
| 2009-05-25 00:00:00 | admin | create | |