Changes between Version 2 and Version 3 of Ticket #17084, comment 1
- Timestamp:
- Jul 13, 2021, 8:20:24 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17084, comment 1
v2 v3 2 2 3 3 {{{ 4 // Note: this is not a conforming implementation. 5 // Written by Gabriel Dos Reis <gdr@codesourcery.com> 4 6 7 // 8 // ISO 14882:1998 9 // 18.2.1 10 // 11 .... 5 12 #if !defined(__STRICT_ANSI__) && defined(_GLIBCXX_USE_INT128) 6 13 /// numeric_limits<__int128> specialization.