Pull request [cpp-netlib/cpp-netlib] Make compatible with boost::chrono
13 views
Skip to first unread message
mikhai...@gmail.com
unread,
Dec 1, 2017, 8:14:19 AM12/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpp-n...@googlegroups.com
Make compatible with boost::chrono
By gjasny
In Visual Studio 2013 the `std::chrono` implementation is quite buggy. Therefore we fall back to `boost::chrono` by specifying `-DBOOST_ASIO_DISABLE_STD_CHRONO`. This change makes cppnetlib compatible with that flag.