mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Use deleted members to prevent copying in Beast (RIPD-268)
This commit is contained in:
committed by
Vinnie Falco
parent
cd97b5beec
commit
60330da25c
@@ -138,12 +138,6 @@ PropertyStream::Proxy PropertyStream::Map::operator[] (std::string const& key)
|
||||
//
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
PropertyStream::Set::Set (Set& set)
|
||||
: m_stream (set.m_stream)
|
||||
{
|
||||
m_stream.array_begin ();
|
||||
}
|
||||
|
||||
PropertyStream::Set::Set (std::string const& key, Map& map)
|
||||
: m_stream (map.stream())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user