decltype bug in DOFVectorView corrected
Replaced havy use of std::declval and expression decltype with a single decay of decltype of variable. This solves a compiler error with gcc.
Replaced havy use of std::declval and expression decltype with a single decay of decltype of variable. This solves a compiler error with gcc.