$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Adrian (adrianm_at_[hidden])
Date: 2006-11-20 15:32:46
Eric Teutsch <eteutsch <at> intldata.ca> writes:
> When using date_time in a managed C++ environment, the compiler
> (VC7.1) can't differentiate between the windows global FILETIME, and the
> .NET System::Runtime::InteropServices::FILETIME
I know that it is popular in .Net to have "using" declarations for everything
(maybe because C# lacks namespace aliases) but why do you put them before the
include files?