Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-25 14:47:57


The msvc toolset allows to write:

     using msvc : default ;

the code in question is:

        case "default" :
            configure-really : $(options) ;

        case * :
            configure-really $(version) : $(options) ;

so specifying 'default' amounts to specifying no version at all. Why is
using 'default' better, or when it's needed?

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk