From 128f3ace27ba0c9e82a281bf02d6ec14f9998341 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 25 Jul 2015 15:14:15 +0200 Subject: [PATCH] disable clang on travis as boost 1.48 cannot be compiled --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.20.1