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