$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost test failures on arm platform
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2016-10-12 10:20:52
I see that -std=c++11 or -std=c++14 is missing.
Try: 'b2 toolset=gcc cxxflags="-std=c++11"architecture=arm address-model=32
binary-format=elf abi=aapcs --with-fiber --with-context'
and post the complete output