$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Some strange boost headers errors
From: Nate Crookston (nathan.crookston_at_[hidden])
Date: 2014-11-18 16:47:29
Hi,
On Tue, Nov 18, 2014 at 2:10 PM, alfonso santimone <
alfonso.santimone_at_[hidden]> wrote:
> Hi all guys,
> any idea on this?
>
Usually with issues like that, I blame a missing curly-brace '}' in a
source file included previously.
Do you have problems if you compile a blank source file with only a boost
include? E.g. compile a file containing only #include
<boost/shared_ptr.hpp>.
HTH,
Nate