$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [ublas] Test test_fixed_container
From: Thomas Klimpel (thomas.klimpel_at_[hidden])
Date: 2014-11-05 05:33:55
Joaquim Duran wrote:
> :
> <include> BOOST_UBLAS_CPP_GE_2011
> ]
>
> How can I define BOOST_UBLAS_CPP_GE_2011?
I'm a bit out of touch now (I used to understand Boost.Build), but for me "<define>" instead of "<include>" once worked:
<define>BOOST_UBLAS_CPP_GE_2011
Regards,
Thomas