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
eac2505d
Commit
eac2505d
authored
5 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG
parent
d0d5af50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!688
make `FieldMatrix` and `FieldVector` trivially copyable types
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
with
10 additions
and
0 deletions
CHANGELOG.md
+
10
−
0
View file @
eac2505d
...
...
@@ -64,6 +64,16 @@
-
The
`VectorSize`
helper has been deprecated. The
`size()`
method of
vectors should be called directly instead.
-
`FieldMatrix`
and
`FieldVector`
are now [trivially copyable types]
if the underlying field type is trivally copyable.
As a consequence the copy assignment operator of the `DenseVector`
class can no longer be used; just avoid going through
`DenseVector` and use the real vector type instead
(e.g. `FieldVector`).
[trivially copyable types]: https://en.cppreference.com/w/cpp/named_req/TriviallyCopyable
# Release 2.6
**This release is dedicated to Elias Pipping (1986-2017).**
...
...
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