mirror of
https://github.com/boostorg/function.git
synced 2026-01-25 08:22:22 +01: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