diff options
| author | Ratan Gupta <ratagupt@in.ibm.com> | 2017-11-16 19:42:49 +0530 |
|---|---|---|
| committer | Ratan Gupta <ratagupt@in.ibm.com> | 2017-11-16 20:56:06 +0530 |
| commit | 4b4a0080d61eb8346c0aeae07364d416db5399a4 (patch) | |
| tree | 16e2353e51dc0c9aaa4d7c2b6803132bac02bc51 | |
| parent | 62fb7358c4f40159134d74c1b572395fa808cc31 (diff) | |
| download | phosphor-networkd-4b4a0080d61eb8346c0aeae07364d416db5399a4.tar.gz phosphor-networkd-4b4a0080d61eb8346c0aeae07364d416db5399a4.zip | |
enable the default constructor
Change-Id: I514dd86b3bcca916cc4c3479e0441e1e200c95f5
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
| -rw-r--r-- | util.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ class Descriptor int fd = -1; public: - Descriptor() = delete; + Descriptor() = default; Descriptor(const Descriptor&) = delete; Descriptor& operator=(const Descriptor&) = delete; Descriptor(Descriptor&&) = delete; |

