mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Removed deleted constructors and assignment operator
This commit is contained in:
parent
890178ce51
commit
a3d267c2db
@ -37,11 +37,6 @@ namespace etl
|
||||
template <size_t N>
|
||||
class null_type
|
||||
{
|
||||
private:
|
||||
|
||||
null_type();
|
||||
null_type(const null_type&);
|
||||
null_type& operator=(const null_type&);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user