Boost logo

Boost :

Subject: Re: [boost] [constrained-value] with 1.43.0
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2010-05-06 14:50:23


On Thu, May 6, 2010 at 10:55 AM, vicente.botet <vicente.botet_at_[hidden]> wrote:
> ----- Original Message -----
> The following code has been introduced in 1.43. Can you can move it to the end of the file and checkagain (it is using throw_exception which is not yet declared).
>
> HTH,
> Vicente
>
> #if !defined( BOOST_EXCEPTION_DISABLE )
>    namespace
>    exception_detail
>    {
>        template <class E>
>        void
>        throw_exception_( E const & x, char const * current_function, char const * file, int line )
>        {
>            throw_exception(
>                set_info(
>                    set_info(
>                        set_info(
>                            enable_error_info(x),
>                            throw_function(current_function)),
>                        throw_file(file)),
>                    throw_line(line)));
>        }
>    }
> #endif

Which compiler is this? Does moving the code solve the problem?

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk