Changeset 67187 in vbox
- Timestamp:
- Jun 1, 2017 7:09:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r66933 r67187 1063 1063 #ifdef RT_EXCEPTIONS_ENABLED 1064 1064 # ifdef __GNUC__ 1065 # define RT_NO_THROW_PROTO __attribute__((__nothrow__)) 1065 # if RT_GNUC_PREREQ(3, 3) 1066 # define RT_NO_THROW_PROTO __attribute__((__nothrow__)) 1067 # else 1068 # define RT_NO_THROW_PROTO 1069 # endif 1066 1070 # else 1067 1071 # define RT_NO_THROW_PROTO throw()
Note:
See TracChangeset
for help on using the changeset viewer.