Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make SIMIX_context_new() accept std::function
[simgrid.git] / src / simix / ContextBoost.cpp
index 9108558..44f6dbe 100644 (file)
@@ -1,11 +1,8 @@
-/* Copyright (c) 2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2015. 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. */
 
-/** @file BoostContext.cpp Userspace context switching implementation based on Boost.Context */
-
 #include <cstdint>
 
 #include <functional>