$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-04-08 07:49:41
Following test produces link errors with GCC and Borland compilers.
#include "boost/mpl/int.hpp"
template<typename T>
void foo( T const& t ) {}
int main() {
foo( boost::mpl::int_<1>::type::value );
return 0;
}
Any ideas?
Gennadiy.