Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get_comm_remote_addr() implemented
[simgrid.git] / src / mc / AddressSpace.hpp
index 27d7496dd09da3ece870b44e1e4f860fd6fe18e3..f05725bb7b3ffd83d79d03857b0d0b87fa0cbe6c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -23,7 +23,7 @@ class ReadOptions {
   constexpr explicit ReadOptions(std::uint32_t value) : value_(value) {}
 
 public:
-  constexpr ReadOptions() {}
+  constexpr ReadOptions() = default;
 
   explicit constexpr operator bool() const { return value_ != 0; }
   constexpr bool operator!() const { return value_ == 0; }