ptypes

ptypes Commit Details


Date:2013-05-12 21:40:00 (11 years 7 months ago)
Author:Natalie Adams
Branch:default
Commit:fcb925a41df2
Parents: bd67c96aeb8b
Message:Issue with gcc

Changes:
Minclude/ptypes.h (1 diff)

File differences

include/ptypes.h
421421
422422
423423
424
424
425
425426
426427
427428
/*#ifndef DEBUG
static
#endif*/
void idxerror() const { fatal(CRIT_FIRST + 30, "List index out of bounds"); }
static void idxerror() { fatal(CRIT_FIRST + 30, "List index out of bounds"); }
//void idxerror() const { fatal(CRIT_FIRST + 30, "List index out of bounds"); }
_podlist& operator =(const _podlist& t);

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.62556s using 14 queries.