Avoid using C++11-specific data() of std::vector
commit64dc11861d734885aa29071ae4b0d12513017be3
authorErik Lindahl <erik@kth.se>
Wed, 5 Aug 2015 19:27:22 +0000 (5 21:27 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 6 Aug 2015 09:28:38 +0000 (6 11:28 +0200)
tree2aa141a55fcc882e90cba51188928c334378a160
parentf04f6b6a2ce595067e16afdb79cfb3badb2f1474
Avoid using C++11-specific data() of std::vector

Replaced the data() method of std::vector with the
adress of the first element.

Change-Id: I9b6340b4823fb65c7f284a5e8c972caaa24930b1
src/gromacs/utility/tests/arrayref.cpp