forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit702dd54
Make compatible with boost::chrono
In Visual Studio 2013 the std::chrono implementation is quitebuggy. Therefore we fall back to boost::chrono byspecifying -DBOOST_ASIO_DISABLE_STD_CHRONO. This changemakes cppnetlib compatible with that flag.1 parenta5252b9 commit702dd54
File tree
1 file changed
+6
-0
lines changed- boost/network/protocol/http/client/connection
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
182 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
183 | 189 |
| |
184 | 190 |
| |
185 | 191 |
| |
|
0 commit comments
Comments
(0)