From c62bbe92050ba4f1f46a8763e0988a4bf8233b8e Mon Sep 17 00:00:00 2001 From: Will Sackfield Date: Tue, 9 May 2017 14:37:45 +0200 Subject: [PATCH 1/2] Remove unread assignment --- include/boost/system/detail/error_code.ipp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/system/detail/error_code.ipp b/include/boost/system/detail/error_code.ipp index 71c60f6..2b8ac4c 100644 --- a/include/boost/system/detail/error_code.ipp +++ b/include/boost/system/detail/error_code.ipp @@ -151,7 +151,6 @@ namespace # endif if ( sz > sizeof(buf) ) std::free( bp ); - sz = 0; return msg; # endif // else POSIX version of strerror_r # endif // else use strerror_r From fe1991c6244987780056ad67fa2f18402298eda6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 5 Sep 2017 05:26:24 +0300 Subject: [PATCH 2/2] travis: install libstdc++ 4.9 for clang 14/1z --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 93fa51a..680627e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -272,6 +272,7 @@ matrix: apt: packages: - clang-3.8 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 @@ -282,6 +283,7 @@ matrix: apt: packages: - clang-3.8 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 @@ -312,6 +314,7 @@ matrix: apt: packages: - clang-3.9 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9 @@ -322,6 +325,7 @@ matrix: apt: packages: - clang-3.9 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9