gcc 2.95 fix

[SVN r29420]
This commit is contained in:
Jonathan Turkanis
2005-06-03 22:42:43 +00:00
parent ac8fea8327
commit 158aa84f31

View File

@@ -230,6 +230,9 @@ public:
public:
code_converter() { }
#if BOOST_WORKAROUND(__GNUC__, < 3)
code_converter(code_converter& rhs)
: code_converter_base<Device, Codecvt, Alloc>(rhs)
{ }
code_converter(const code_converter& rhs)
: code_converter_base<Device, Codecvt, Alloc>(rhs)
{ }