Changes between Initial Version and Version 1 of Ticket #8355
- Timestamp:
- Mar 31, 2013, 9:27:28 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8355 – Description
initial v1 13 13 {{{ 14 14 template<size_type size> size_type push(T const (&) t); 15 template<size_type size> size_type pop(T const(&) t);15 template<size_type size> size_type pop(T (&) t); 16 16 }}} 17 17 18 18 I don't know if this is a doxygen problem, but the doc should be updated to show the real prototype. 19 19 20 Adding somet ing like the following would at least warm the user.20 Adding something like the following would at least warm the user. 21 21 22 22