summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-04-21 09:34:40 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-21 07:50:38 -0700
commit9b8eed7821c7e55c5e2eccd252184a6d2123e3cd (patch)
tree8e080b1ca4a2daad4eaff069287894ed1990f0ad /subsurface-mobile-main.cpp
parenta8aa8971176239fa4d428aaa4599d1f996e11885 (diff)
downloadsubsurface-9b8eed7821c7e55c5e2eccd252184a6d2123e3cd.tar.gz
cleanup: replace constructs of the type &vector[0] by vector.data()
It appears that some misguided compiler / library combinations crash on &vector[0] for empty vectors. Even though very unfriendly, they are technically correct, so let's remove these constructs. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-mobile-main.cpp')
0 files changed, 0 insertions, 0 deletions