$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interactive metaprogramming shells
From: Robert Jones (robertgbjones_at_[hidden])
Date: 2014-01-26 07:10:26
I'm probably doing something naively foolish, but your example didn't
work for me.
> boost::mpl::push_front<boost::mpl::vector<int, char>, double>::type
<stdin>:6:26: error: use of undeclared identifier 'boost'
<stdin>:6:49: error: use of undeclared identifier 'boost'
<stdin>:6:71: error: expected '(' for function-style cast or type construction
<stdin>:6:78: error: expected unqualified-id
Thx, Rob.