Switch to lightweight_test for unit tests and switch to non-deprecated timer

This commit is contained in:
Glen Fernandes
2019-04-23 17:07:46 -04:00
parent 03a5c8494e
commit 3d3b5bffd4
11 changed files with 1492 additions and 1503 deletions

View File

@@ -19,6 +19,7 @@ as an underlying container of the bounded buffer.
#include <boost/bind.hpp>
#include <boost/timer/timer.hpp> // for auto_cpu_timer
#include <iostream>
template <class T>
class bounded_buffer