Skip to content

Commit c20f801

Browse files
committed
Updated pcap_file_storage
1 parent 5f8012a commit c20f801

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

examples/cpp/common/pcap/pcap_file_storage.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ namespace pcap
1919

2020
pcap_file_storage() = default;
2121

22-
2322
pcap_file_storage(const pcap_file_storage& other) = delete;
2423

25-
pcap_file_storage(pcap_file_storage&& other) noexcept = delete;
24+
pcap_file_storage(pcap_file_storage&& other) noexcept = default;
2625

2726
pcap_file_storage& operator=(const pcap_file_storage& other) = delete;
2827

29-
pcap_file_storage& operator=(pcap_file_storage&& other) noexcept = delete;
28+
pcap_file_storage& operator=(pcap_file_storage&& other) noexcept = default;
3029

3130
~pcap_file_storage()
3231
{

0 commit comments

Comments
 (0)