$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-02-09 10:55:20
I've added the following to regex/src/c_regex_traits.cpp to keep Comeau
4.2.45.2 from going into an instantiation loop. Things seem to be working
well on Comeau now, and I'll post full regression tests (with this fix) later.
#if defined(__COMO__) && __COMO_VERSION__ <= 4245
void c_regex_adopted_no_longer_needed_loop_shutter_upper() { }
#endif
Doug