mirror of
https://github.com/boostorg/test.git
synced 2026-01-25 18:52:15 +00:00
fixed compilation issue on mac
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
// Boost
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
@@ -98,7 +99,7 @@ class config_file_iterator : public unit_test::input_iterator_facade<config_file
|
||||
typedef unit_test::input_iterator_facade<config_file_iterator,cstring,cstring> base;
|
||||
public:
|
||||
// Public typedefs
|
||||
typedef boost::function<cstring ()> command_handler;
|
||||
typedef boost::function<void (cstring)> command_handler;
|
||||
|
||||
// Constructors
|
||||
config_file_iterator() {}
|
||||
|
||||
Reference in New Issue
Block a user