$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] newbie trying use boost using INTEL compilter
From: Per Zetterberg (perz_at_[hidden])
Date: 2013-04-23 08:05:50
Dear All,
I built boost_1_53_0 using the intel compiler (__INTEL_COMPILER is 1310). It seemed to work great. However, when I try to compile my app (also using intel compiler) I get the following error:
../core/four_multi.cpp(675): error: class "boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>" has no suitable copy constructor
The code has previously compiler and worked great using the gcc.
Any help would be highly appreciated.
BR/
Per Zetterberg