Changes between Version 2 and Version 3 of Ticket #17084, comment 1


Ignore:
Timestamp:
Jul 13, 2021, 8:20:24 PM (3 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17084, comment 1

    v2 v3  
    22
    33{{{
     4// Note: this is not a conforming implementation.
     5// Written by Gabriel Dos Reis <gdr@codesourcery.com>
    46
     7//
     8// ISO 14882:1998
     9// 18.2.1
     10//
     11....
    512#if !defined(__STRICT_ANSI__) && defined(_GLIBCXX_USE_INT128)
    613  /// numeric_limits<__int128> specialization.