----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1399/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9203:51de398e0ea5 --------------------------- base: Check for static_assert support and provide fallback C++11 has support for static_asserts to provide compile-time assertion checking. This is very useful when testing, for example, structure sizes to make sure that the compiler got the right alignment or vector sizes. Diffs ----- SConstruct 87967784f101 src/base/compiler.hh 87967784f101 Diff: http://reviews.gem5.org/r/1399/diff/ Testing ------- Thanks, Ali Saidi _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
