www.digitalmars.com         C & C++   DMDScript  

c++ - same prepro bug, or different?

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'
......................................

Notice the space after "/plain"

The actual pathname is:

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

In this case, the compiler seems to overlook the added space, though.

Cheers!
dan
Nov 28 2003