mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 05:02:29 +00:00
made ctors explicit
[SVN r28122]
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
#endif
|
||||
{ };
|
||||
protected:
|
||||
direct_adapter_base(const Direct& d);
|
||||
explicit direct_adapter_base(const Direct& d);
|
||||
typedef is_convertible<io_category, two_sequence> is_double;
|
||||
struct pointers {
|
||||
char_type *beg, *ptr, *end;
|
||||
|
||||
Reference in New Issue
Block a user