Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
disable clang on travis as boost 1.48 cannot be compiled
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 13:14:15 +0000 (15:14 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 13:14:15 +0000 (15:14 +0200)
.travis.yml

index 1adb0a2..df1e55c 100644 (file)
@@ -8,7 +8,11 @@
 language: cpp
 compiler:
    - gcc
 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:
 addons:
   apt: # Get recent versions of the compiler, even on Ubuntu Precise
       sources: