Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prefix all macro defined in public simgrid_config.h with 'SIMGRID_'
[simgrid.git] / src / mc / remote / Channel.hpp
index f3e2ce9..c3fb006 100644 (file)
@@ -29,7 +29,7 @@ class Channel {
   }
 
 public:
-  Channel() {}
+  Channel() = default;
   explicit Channel(int sock) : socket_(sock) {}
   ~Channel();