$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Atry (pop.atry_at_[hidden])
Date: 2007-06-02 11:05:07
#include <boost/typeof/typeof.hpp>
#include <boost/static_assert.hpp>
int a = 0;
int& b = a;
BOOST_STATIC_ASSERT((boost::is_same<BOOST_TYPEOF(b), int&>::value));