1 Dec
2016
1 Dec
'16
5:32 a.m.
On Wed, Nov 30, 2016 at 1:01 AM, Viktor Sehr
Hi,
Would it be possible to remove the dependency for boost/chrono is boost/compute/detail/duration.hpp.
As it already supports std::chrono via a macro, couldn't the inclusion of boost/chrono.hpp be excluded? As it is now, boost compute is dependent on having libboost_chrono-vc140-mt-gd-1_62.lib built.
Hi Viktor, You can remove the dependency on the Boost.Chrono compiled library by defining "BOOST_CHRONO_HEADER_ONLY" before including any Boost headers. See [1] for more details. -kyle [1] http://www.boost.org/doc/libs/1_62_0/doc/html/chrono/reference.html#chrono.r...