/* This file is NOT part of the LLVM Project Copyright 2021 Green Hills Software, Inc. This program is the property of Green Hills Software, Inc, its contents are proprietary information and no part of it is to be disclosed to anyone except employees of Green Hills Software, Inc., or as agreed in writing signed by the President of Green Hills Software, Inc. */ #ifndef _LIBCPP_YVALS_H_ #define _LIBCPP_YVALS_H_ #define __GHS_NO_PJP_MDV #define _ALLOW_KEYWORD_MACROS // Force noexcept definition to be compatible with libcpp __config file. #if __cplusplus < 201103L # define _HAS_NOEXCEPT 0 #else # define _HAS_NOEXCEPT 1 #endif #if defined(_LIBCPP_BUILDING_LIBRARY) || defined(_LIBCPP_GHS_WIN_DEVL) #include "../../../pjp/c++/include/yvals.h" #else #include <../scxx/yvals.h> #endif #undef _ALLOW_KEYWORD_MACROS #pragma ghs debugstring "datavisu.stl libcxx.mdv" #endif