X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c587485ee2aae6b2c54ed80656cbdc4e3ba8d157..0b17abb2d52f297734bca845294edcb733d224c0:/src/mc/AddressSpace.hpp diff --git a/src/mc/AddressSpace.hpp b/src/mc/AddressSpace.hpp index 847ee77caf..6a5392c902 100644 --- a/src/mc/AddressSpace.hpp +++ b/src/mc/AddressSpace.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2020. 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. */ @@ -21,6 +21,7 @@ namespace mc { class ReadOptions { std::uint32_t value_ = 0; constexpr explicit ReadOptions(std::uint32_t value) : value_(value) {} + public: constexpr ReadOptions() {} @@ -132,7 +133,6 @@ public: this->read_bytes(&res[0], len, address); return res; } - }; }