Skip to content
Snippets Groups Projects
Commit 615ce099 authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch 'deprecate-alignmentof' into 'master'

Deprecate dune/common/alignment.hh

alignment.hh provides Dune::AlignmentOf<T>::value which is identical to std::alignment_of<T>::value.
This merge request replaces use of AlignmentOf with the shorter alignof() operator introduced in C++11 and deprecates the header.

See merge request !6
parents 737f92f2 b10375d4
No related branches found
No related tags found
Loading
Loading
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