// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // clang-format off #include "stdafx.h" // clang-format on #include #if defined( _MSC_VER ) #pragma warning( disable : 4244 4800 ) #endif using namespace std;