From 38396e36d7ac707f2c5e1eca4cea288be97d6482 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 3 Sep 2014 21:59:32 +0000 Subject: QPID-6069: FreeBSD compilation problems git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622369 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/BrokerFixture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/BrokerFixture.h b/cpp/src/tests/BrokerFixture.h index 9cf325587a..7ea94cdf6b 100644 --- a/cpp/src/tests/BrokerFixture.h +++ b/cpp/src/tests/BrokerFixture.h @@ -102,8 +102,8 @@ struct BrokerFixture : private boost::noncopyable { // Argument parsing std::vector argv(args.size()); - std::transform(args.begin(), args.end(), argv.begin(), - boost::bind(&std::string::c_str, _1)); + for (size_t i = 0; i