Skip to content
Snippets Groups Projects
Commit 1b59d0e0 authored by Oliver Sander's avatar Oliver Sander
Browse files

Mention Std::variant in the changelog

parent 5237c2c4
No related branches found
No related tags found
1 merge request!595Mention Std::variant in the changelog
Pipeline #15467 failed
# Master (will become release 2.7)
- `dune-common` now provides an implementation of `std::variant` for all compilers
that support C++14. It is contained in the file `dune/common/std/variant.hh`,
in the namespace `Dune::Std::`. If your compiler does support C++17 the
implementation in `dune-common` is automatically disabled, and the official
implementation from the standard library is used instead.
- When run with an absolute build directory, `dunecontrol` now exposes the root build
directory to CMake in the variable `DUNE_BUILD_DIRECTORY_ROOT_PATH`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment