mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
Add result_type typedef in tests
This commit is contained in:
@ -28,6 +28,7 @@ typedef boost::any_range<
|
||||
|
||||
struct get_fn
|
||||
{
|
||||
typedef boost::int32_t result_type;
|
||||
boost::int32_t operator()(const MockType& val) const
|
||||
{
|
||||
return val.get();
|
||||
|
Reference in New Issue
Block a user