Menu

#40 is_integral<unsigned int64_t> missing

3.x
closed
nobody
None
2018-02-21
2015-04-14
No

Seems to be a gcc 4.8.3 bug. See test/c++11/c++11Features.cc for details.

Discussion

  • High Performance Coder

    • status: open --> closed
     
  • High Performance Coder

    It appears that technically, unsigned int64_t is an invalid type (although the compiler appears to accept it :). The correct type to use is uint64_t. The test problem is fixed appropriately.

     

Anonymous
Anonymous

Add attachments
Cancel