$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-11-22 09:59:48
On Thursday 22 November 2001 09:45 am, you wrote:
> Error E2031
> C:\PROGRA~1\Borland\CBUILD~\Bin\..\include\boost/function/function_template
>. hpp 666: Cannot cast from 'void (*)(int) const' to 'void (*)()' in
> function assign_to<void (* const)(int) const>(void (*)(int)
> const,detail::function::function_ptr_tag)
> *** 1 errors in Compile ***
void (*)(int) const
This type doesn't even make sense :) This looks more like a bug against
Boost.Function, and I'll try to check it out between forkfulls.
Doug