On Wed, 15 Oct 2014, Paolo Carlini wrote:
A couple of small issues in std/limits and in the testsuite are causing regressions which I'm fixing with the below.
- max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \ + max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \
Maybe shorten the double ;; as well? -- Marc Glisse