Skip to content

Commit

Permalink
Adding new compatibility option to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 10, 2017
1 parent 382a780 commit 053db1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/whats_new.qbk
Expand Up @@ -21,6 +21,16 @@ particular order):
available and to fall back to the corresponding Boost facilities otherwise.
The cmake configuration option `-DHPX_WITH_THREAD_COMPATIBILITY=On` can be
used to force using the Boost equivalents.
* The parameter sequence for the `hpx::parallel::transform_inclusive_scan` overload
taking one iterator range has changed (again) to match the changes this algorithm
has undergone while being moved to C++17. The old overloads can be still enabled
at configure time by specifying `-DHPX_WITH_TRANSFORM_REDUCE_COMPATIBILITY=On`
to __cmake__.
* The parameter sequence for the `hpx::parallel::inclusive_scan` overload
taking one iterator range has changed to match the changes this algorithm
has undergone while being moved to C++17. The old overloads can be still enabled
at configure time by specifying `-DHPX_WITH_INCLUSIVE_SCAN_COMPATIBILITY=On`
to __cmake__.

[heading Breaking Changes]

Expand Down

0 comments on commit 053db1b

Please sign in to comment.