]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/RemotePtr.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
help latest fedora with mc
[simgrid.git] / src / mc / remote / RemotePtr.hpp
index 483047fbce162dd87cee669fbdd24ce941640761..42115420fd12ad670725f9d5db3998e7147b1a72 100644 (file)
@@ -27,7 +27,7 @@ namespace mc {
  */
 template <class T> class Remote {
 private:
-  typename std::aligned_storage<sizeof(T), alignof(T)>::type buffer;
+  typename std::aligned_storage_t<sizeof(T), alignof(T)> buffer;
 
 public:
   Remote() = default;