From: Johan Råde (rade_at_[hidden])
Date: 2008-07-02 10:56:36


What is the bjam command line syntax for disabling "Secure SCL" when I build boost with MSVC 9.0?
Is it

bjam --toolset=msvc-9.0 --cxxflags="-D_SECURE_SCL=0"

--Johan