Remove usages of std::iterator
authorAlan Zhao <ayzhao@google.com>
Thu, 19 May 2022 18:54:48 +0000 (14:54 -0400)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 2 Jun 2022 22:39:20 +0000 (22:39 +0000)
commit44b613a986253cdde28283497731a7b909b520bc
treefdd928de44c13f373b1995c9558535e6bd6d8808
parentfc7b99f1ad7b8e616f9a087c0acab7fb5b837134
Remove usages of std::iterator

std::iterator is deprecated in C++17, and its presence is blocking
Chromium from updating libc++ (https://crbug.com/1273285).

Components: Framework
VK-GL-CTS Issue: 3703

Change-Id: I4f8a50a3d0fc09b20c7f94807902770beb09d295
framework/common/tcuRandomValueIterator.hpp
framework/opengl/gluVarTypeUtil.hpp
framework/randomshaders/rsgVariableManager.hpp