Subject: [Boost-users] "xtime" ambiguous symbol in MSVC 12
From: Kevin Williams (zs1kwa_at_[hidden])
Date: 2015-02-19 03:49:48


Hi

I get a C2872 when including "chrono" (allegedly line 738) from MSVC
12, and also needing boost::mutex.

I believe the boost mutex is a bit faster than std::mutex, and I need that.

Many thanks,

Kevin