mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 17:12:17 +00:00
gcc 2.95 fix
[SVN r29420]
This commit is contained in:
@@ -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)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user