$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Corey Lubin (kangel_at_[hidden])
Date: 2002-05-28 03:50:27
g++ (2.95.3-5) behaves as it should:
int main() {
std::cout << (ERROR_NO_AVAILABLE_CONCAT)
(1, 0) << &std::endl;
return 0;
}
Corey Lubin