Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetic spacing.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 14 Jan 2021 10:30:15 +0000 (11:30 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 14 Jan 2021 10:30:15 +0000 (11:30 +0100)
ChangeLog

index 933eb36..b1684e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,12 +9,12 @@ User-visible changes:
    - 'clean-atexit' is now 'debug/clean-atexit'
 
 S4U:
-- Define new template functions Mailbox::get_unique(), returning a std::unique_ptr.
-- Functions Mailbox::get() and Mailbox::get_async() are now templated with the
-  type of the pointee. Untyped functions are deprecated. Use Mailbox::get<void>()
-  or Mailbox::get_async<void>() if you really want to play with void*.
-- Unify the interface of Activity::on_{start/activity}
-- New function: Comm::get_dst_data()
+ - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr.
+ - Functions Mailbox::get() and Mailbox::get_async() are now templated with the
+   type of the pointee. Untyped functions are deprecated. Use Mailbox::get<void>()
+   or Mailbox::get_async<void>() if you really want to play with void*.
+ - Unify the interface of Activity::on_{start/activity}
+ - New function: Comm::get_dst_data()
 
 ----------------------------------------------------------------------------