www.digitalmars.com         C & C++   DMDScript  

c++ - perhaps the same precompiler bug adding space...

sc rec_frm.cpp -Ae -Aa -r -mn -C -WA -S -3 -a8 -c -gf -IG:\boost-1.30.2
-IG:\boost-1.30.2\boost\mpl -IG:\boost-1.30.2\libs\mpl\example\fsm
-IG:\dm\stlport\stlport -IG:\dm\include -orec_frm.obj 
Error: G:\boost-1.30.2\boost/mpl/aux_/preprocessed/plain /quote.hpp(7): no type
for argument 'T'
Error: ......................................

notice space after "plain" above. Actual path is:

G:\boost-1.30.2\boost\mpl\aux_\preprocessed\plain\quote.hpp

Donno what's including it so I can't track the macros, in this case. (Well, I'm
sure there must be a way, but I'm a newbie :)
The compiler seems to overlook the space, though.

Cheers!
dan
Nov 28 2003