Subject: [Boost-build] [msvc][intel] toolsets still using /Op
From: Beman Dawes (bdawes_at_[hidden])
Date: 2011-10-06 08:21:29


Starting with VC++ 8, Microsoft deprecated /Op, replacing it with /fp:precise

The Intel Windows toolset is issuing an irritating warning when /Op is used
(since the Intel compiler calls the Microsoft compiler).

It would be great if this warning could be cleared.

Thanks,

--Beman