$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-04 14:54:05
Pavel Chikulaev wrote:
> "Jonathan Turkanis" <technews_at_[hidden]> wrote in message
> news:d7qtg5$idp$1_at_sea.gmane.org...
>> int main()
>> {
>> (void) sizeof( (*(F*)0)( *(int*)0 ) );
>> }
>
> you don't afraid of undefined behavior, do you?
This program has no behavior ;-)
Jonathan