- 
    Enhancement 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    16
- 
        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.