$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: peteb_at_[hidden]
Date: 1999-08-20 02:21:23
pete-_at_[hidden] wrote:
original article:http://www.egroups.com/group/boost/?start=603
> > I don't know about Windows compilers accepting Unix
> > conventions. The only Mac compiler (ie CodeWarrior)
> > certainly accepts unconverted Unix files.
>
The MS compiler handles UNIX files, as does the IDE editor except that any
line you add to the file get CR/LF instead of NL (i.e. most of the file is
just NL with the bits you added CR/LF)! They still compile with MS but some
UNIX compilers balk and it really messes up source control.