mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-30 12:57:23 +02:00
Disabled C++0x mode for gcc-4.4 because it fails zip_iterator tests with std::tuple.
This commit is contained in:
@ -26,10 +26,11 @@ matrix:
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
# gcc, Linux
|
# gcc, Linux
|
||||||
|
# Note: gcc-4.4 in C++0x mode fails zip_iterator tests with std::tuple
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc-4.4
|
compiler: gcc-4.4
|
||||||
env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x
|
env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user