Skip to content
Snippets Groups Projects
Commit f99030d7 authored by Carsten Gräser's avatar Carsten Gräser Committed by Christoph Grüninger
Browse files

[doc] Add changelog entry for constexpr support of DUNE_THROW

parent ad132943
No related branches found
No related tags found
1 merge request!1472Make DUNE_THROW usable in constexpr context
Pipeline #75670 passed
Pipeline: Dune Nightly Test

#75675

    Pipeline: Dune Nightly Test

    #75674

      ......@@ -18,6 +18,11 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
      ## C++: Changelog
      - `DUNE_THROW` no longer prevents functions from being used in `constexpr` contexts,
      as long the exception is not thrown. As a sideproduct, the macros now
      also supports the syntax `DUNE_THROW(ExceptionType, a << b) << c << d` and
      `DUNE_THROW(ExceptionType) << a << b`.
      - Add deduction guides to `TupleVector` analogous to `std::tuple`.
      ## Build system: Changelog
      ......
      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