Replace uses of non-standard C++:
authorRob Hughes <robert.hughes@arm.com>
Mon, 23 Sep 2019 15:24:05 +0000 (16:24 +0100)
committerRob Hughes <robert.hughes@arm.com>
Mon, 23 Sep 2019 15:51:15 +0000 (16:51 +0100)
commit93667b1d7c361df68bdb1d733f17aba3ba34e046
tree22375370a8fd2e94a0b9385f1429f15cebb71623
parentce2d9d13fbc0c8efd83dfb411c045553f87331f9
Replace uses of non-standard C++:

* Variable-length array replaced with std::vector
* "and" replaced with "&&" (OK, this one is standard but MSVC doesn't
like it and it's inconsistent with the rest of the codebase)
* Replace u_int8_t with uint8_t

Change-Id: I7b968a2cfa85a5492a2a547364464c594efb067b
Signed-off-by: Rob Hughes <robert.hughes@arm.com>
src/backends/backendsCommon/WorkloadUtils.cpp
tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp