2
0
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:
Raffi Enficiaud
2014-04-20 16:18:21 +02:00
parent 2e7d65bbd3
commit 90ebdefcb3

View File

@@ -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() {}