Add result_type typedef in tests

This commit is contained in:
code@jendruk.com
2019-05-07 17:17:50 +02:00
parent 3496282d3b
commit 911d8a427d

View File

@ -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();