|
Boost : |
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.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk