Commit 42beae3c authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 76f7fe58
...@@ -45,9 +45,8 @@ Features added ...@@ -45,9 +45,8 @@ Features added
* New directive ``use_switch`` (defaults to True) to optionally disable * New directive ``use_switch`` (defaults to True) to optionally disable
the optimization of chained if statement to C switch statements. the optimization of chained if statement to C switch statements.
* Defines dynamic_cast et al. in `libcpp.cast`. * Defines dynamic_cast et al. in ``libcpp.cast`` and C++ heap data
structure operations in ``libcpp.algorithm``.
* Support for C++ heap data structure operations (from ``<algorithm>``).
Optimizations Optimizations
------------- -------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment