Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
f99030d7
Commit
f99030d7
authored
3 months ago
by
Carsten Gräser
Committed by
Christoph Grüninger
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add changelog entry for constexpr support of DUNE_THROW
parent
ad132943
No related branches found
Branches containing commit
No related tags found
1 merge request
!1472
Make DUNE_THROW usable in constexpr context
Pipeline
#75670
passed
3 months ago
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Pipeline: Dune Nightly Test
#75675
Pipeline: Dune Nightly Test
#75674
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
f99030d7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment