ROSE
0.11.22.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
src
util
rose_override.h
1
#ifndef ROSE_override_H
2
#define ROSE_override_H
3
4
#ifdef __cplusplus
5
# if __cplusplus >= 201103l
6
# define ROSE_OVERRIDE override
7
# define ROSE_FINAL final
8
# else
9
# define ROSE_OVERRIDE
/*override*/
10
# define ROSE_FINAL
/*final*/
11
# endif
12
#else
13
# define ROSE_OVERRIDE
/*override*/
14
# define ROSE_FINAL
/*final*/
15
#endif
16
17
#endif
Generated on Mon Mar 1 2021 04:50:51 for ROSE by
1.8.10