C++ TargetRTS
Loading...
Searching...
No Matches
RTLibSet.h
1/*
2 * Licensed Materials - Property of HCL and/or IBM
3 * Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4 * Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5 *
6 * U.S. Government Users Restricted Rights - Use, duplication or
7 * disclosure restricted by GSA ADP Schedule.
8 */
9
10#ifndef __RTLibSet_h__
11#define __RTLibSet_h__ included
12
13// This is the default version. When necessary, libset-specific
14// versions of this file may define one or more of the following
15// macros.
16
17// Include this definition if the compiler does not support postfix operators
18// e.g. int operator++( int )
19// #define INTEGER_POSTFIX 0
20
21// Include this definition if the compiler does not support this keyword.
22// #define explicit
23
24#endif // __RTLibSet_h__