mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Clarified some copy/assignment issues with the stream/streamcharsource.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "noncopyable.h"
|
||||
#include <deque>
|
||||
#include <ios>
|
||||
#include <string>
|
||||
@@ -10,7 +11,7 @@ namespace YAML
|
||||
{
|
||||
static const size_t MAX_PARSER_PUSHBACK = 8;
|
||||
|
||||
class Stream
|
||||
class Stream: private noncopyable
|
||||
{
|
||||
public:
|
||||
friend class StreamCharSource;
|
||||
|
Reference in New Issue
Block a user