Update gcc version requirement

Operating Systems / OSv - Nadav Har'El [cloudius-systems.com] - 20 February 2014 05:26 UTC

Our README.md stated that gcc 4.7 is required (but 4.8 is recommended), but 4.7 will no longer work now that sched.hh uses, in class wait_object, constructor inheritence. That feature was only added in 4.8 (see http://gcc.gnu.org/gcc-4.8/changes.html). So this patch fixes the README.md to say that gcc 4.8 is required.

Gcc 4.8 is almost a year old, no reason why we shouldn't use it (and the C++11 features that were still missing in 4.7).

3fd98df Update gcc version requirement
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Upstream: github.com


  • Share