forked from boostorg/range
Add result_type typedef in tests
This commit is contained in:
@ -28,6 +28,7 @@ typedef boost::any_range<
|
|||||||
|
|
||||||
struct get_fn
|
struct get_fn
|
||||||
{
|
{
|
||||||
|
typedef boost::int32_t result_type;
|
||||||
boost::int32_t operator()(const MockType& val) const
|
boost::int32_t operator()(const MockType& val) const
|
||||||
{
|
{
|
||||||
return val.get();
|
return val.get();
|
||||||
|
Reference in New Issue
Block a user