$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-15 14:47:45
In V1 sources I read this:
# vc8 doesn't have any single threaded runtime
switch $(toolset)
{
case vc-8* : requirements += <threading>multi ;
}
can somebody clarify this? Does it mean that options like /ML will lead to
errors right away?
Does it make sense to even add threading-multi for this compiler if it's
always MT?
- Volodya