From d3496c2aa5238c56b12f4e740c2d555c5f6312de Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 13 Dec 2015 13:41:55 +0300 Subject: [PATCH 1/2] Enable C++98 mode testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dcfd595..59ffac2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ os: env: - CXX_STANDARD=c++0x + - CXX_STANDARD=c++98 before_install: # Set this to the name of your Boost library From d02b1f1f835f1b233b83fbde90e91ab7db7b3359 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 13 Dec 2015 14:13:11 +0300 Subject: [PATCH 2/2] Test in gnu++98 mode, so that std::pair could hold references --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59ffac2..e291a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ os: env: - CXX_STANDARD=c++0x - - CXX_STANDARD=c++98 + - CXX_STANDARD=gnu++98 before_install: # Set this to the name of your Boost library