Searched hist:10291 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dcompiler.hhdiff 10291:56772eb01583 Tue Aug 26 10:13:00 EDT 2014 Andreas Sandberg <Andreas.Sandberg@ARM.com> base: Add compiler macros for C++11 final/override

Add the macros M5_ATTR_FINAL and M5_ATTR_OVERRIDE which are defined to
final and override respectively if supported by the compiler. This is
done to allow a smooth transition to gcc >= 4.7.

Completed in 6 milliseconds