----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2328/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10288:d73379974fc3 --------------------------- 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. Diffs ----- src/base/compiler.hh 79fde1c67ed8 Diff: http://reviews.gem5.org/r/2328/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
