PipelineTimestampTests: Stop relying on C++11 features
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Dec 2015 01:49:31 +0000 (17:49 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Dec 2015 01:53:02 +0000 (17:53 -0800)
commit4c97914d1766ef3d3fef73398b413577dc6b19b5
tree93cb3485aed4c61bc68088db55088e20c6763d6a
parentc4a14b22e2b4a42c847e2e3e669631e8d876cd52
PipelineTimestampTests: Stop relying on C++11 features

The cbegin and cend functions weren't added to std::vector until c++11.
They also aren't really serving a purpose here given that there's no
automatic type inference going on, just a regular for loop.  This fixes the
build on Fedora 23 when using clang and default dEQP build flags.
external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp