forked from boostorg/function
EDG 238 compatibility (and potentially other compilers)
[SVN r32294]
This commit is contained in:
@ -381,7 +381,8 @@ namespace boost {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return manager(in_buffer, out_buffer, op, tag_type());
|
manager(in_buffer, out_buffer, op, tag_type());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user