
Larry Evans writes:
Would it be OK for me to copy:
boost-sandbox/boost/mpl/aux_/sequence_wrapper.hpp
to:
boost/boost/mpl/aux_/sequence_wrapper.hpp
for the reasons cited here:
http://aspn.activestate.com/ASPN/Mail/Message/boost/2640803
?
Unnecessary change log entry at the end of the file aside (CVS log is enough), please go ahead!
Also, it would also help *nix developers if:
boost-sandbox/libs/mpl/preprocessed/preprocess.py
were similarly moved. OK to do that?
Uhm, at least a part of this one doesn't look like a step in the right direction. The idea of having the script to do 'os.system( "preprocess ..." )' was that the developer would provide her local executable script with that name that would call whatever compiler she is using. I'd say the correct way to make this work across platforms would be replacing 'os.system' call with 'os.exec'/'os.spawn'. Sorry about missing the original thread that discussed this issue! -- Aleksey Gurtovoy MetaCommunications Engineering