mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
EDG 238 compatibility (and potentially other compilers)
[SVN r32294]
This commit is contained in:
@ -381,7 +381,8 @@ namespace boost {
|
||||
return;
|
||||
|
||||
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