$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2006-04-05 20:08:32
When I try to the following code under VC6.0:
   #include <boost/date_time/gregorian/greg_date.hpp>
   #include <boost/filesystem/convenience.hpp>
I get the following error:
   error C2955: 'equivalent' : use of class template requires template 
argument list
   : see declaration of 'equivalent'
If I reverse the order of inclusion there is no error.
       Joe Gottman