From: Tomek Mrugalski Date: Mon, 22 Aug 2016 10:55:40 +0000 (+0200) Subject: [4553] Updated comment after Francis' review. X-Git-Tag: trac4631_base~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efdc5e6d8cd0b0265636a840c650011c90a7cfbf;p=thirdparty%2Fkea.git [4553] Updated comment after Francis' review. --- diff --git a/src/lib/asiolink/asio_wrapper.h b/src/lib/asiolink/asio_wrapper.h index 7c6fda9a04..402d9c755a 100644 --- a/src/lib/asiolink/asio_wrapper.h +++ b/src/lib/asiolink/asio_wrapper.h @@ -46,8 +46,7 @@ // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69789 // https://svn.boost.org/trac/boost/ticket/11989 // -// @todo Currently, 5.3.0 is the latest released version of GCC. Version 6.0 is -// in development and will need to be tested. +// @todo Version 6.0 will need to be tested. // // As of 2016-08-19, the version 5.4.0 from Ubuntu 16.04 is affected. Updated // the check to cover everything that is not 6.0, hoping that 6.0 solves the