Can someone comment on this: http://article.gmane.org/gmane.comp.lib.boost.build/25948 ?

 

The re-ordering of sources is happening because of this line (629) in convert-to-consumable-types in generators.jam:

 

            return [ sequence.unique $(result) ] ;

 

which reorders the list.  Would it be more appropriate to do this instead?

 

            return [ sequence.unique $(result) : stable ] ;

 

Thanks,

 

Chris

 

 




CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.