EDG 238 compatibility (and potentially other compilers)

[SVN r32294]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-01-12 15:31:46 +00:00
parent 78f6b385d5
commit 1f51812589

View File

@ -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;
}
}
};