-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 16
-
Component/s: hotspot
-
b04
In utilities/stack.hpp we have:
88 #ifdef __GNUC__
89 #define inline
90 #endif // __GNUC__
with the corresponding #undef near the end of the file. This should be removed.
88 #ifdef __GNUC__
89 #define inline
90 #endif // __GNUC__
with the corresponding #undef near the end of the file. This should be removed.