Changes between Version 58 and Version 59 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-08T15:19:07Z (6 years ago)
Author:
Jaroslav Jindrak
Comment:

Corrected C++ runtime information.

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v58 v59  
    6262      * Thread-safe local static variable initialization
    6363      * Global static variable initialization/destruction
    64       * No support for exception at the moment, though `try`/`catch`/`throw` are redefined and should not break code
     64      * No support for exceptions at the moment, though `try`/`catch`/`throw` are redefined and should not break code (inclusion of `<__bits/trycatch.hpp>` needed)
    6565    * Standard library:
    6666      * All containers except `forward_list` (some algorithms missing, such as sort() on `list`), including adaptors
     
    7171      * I/O library is complete, but does not throw and ignores localization
    7272        * `<locale>` is defined, but is a stub (implementing it will add its functionality to I/O types)
    73       * Threading mostly complete, timed try_locks block
     73      * Threading mostly complete, timed try_lock operations block, `<future>` only stub
    7474      * Iterator traits and adaptors complete
    7575      * Numerics have only `<numeric>` complete and `<random>` partially implemented (missing some distributions and adaptors)