From: Martin Quinson Date: Sat, 25 Jul 2015 13:14:15 +0000 (+0200) Subject: disable clang on travis as boost 1.48 cannot be compiled X-Git-Tag: v3_12~401 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/128f3ace27ba0c9e82a281bf02d6ec14f9998341 disable clang on travis as boost 1.48 cannot be compiled --- diff --git a/.travis.yml b/.travis.yml index 1adb0a2aa1..df1e55c976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,11 @@ language: cpp compiler: - gcc - - clang +# - clang # boost 1.48 raises an error on clang: + # /usr/include/boost/signals2/detail/auto_buffer.hpp:565:57: error: + # reference to non-static member function must be called + # std::uninitialized_fill( buffer_, buffer_ + size, init_value ); + # ^~~~ addons: apt: # Get recent versions of the compiler, even on Ubuntu Precise sources: