[development] fixed ambiguous 'byte' type MSVC build error (#7184)

- fully quality 'byte' type in AZStd::span
- remove unnecessary 'using namespace AZStd;' statement from AssetCatalog tests

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
Scott Romero
2022-01-27 11:12:15 -08:00
committed by GitHub
parent b1492c1fb0
commit f7f17c98b4
3 changed files with 8 additions and 9 deletions
@@ -34,7 +34,6 @@
#include "AZTestShared/Utils/Utils.h"
using namespace AZStd;
using namespace AZ::Data;
namespace UnitTest