Changes between Initial Version and Version 1 of Ticket #8355


Ignore:
Timestamp:
Mar 31, 2013, 9:27:28 AM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8355 – Description

    initial v1  
    1313{{{
    1414template<size_type size> size_type push(T const (&) t);
    15 template<size_type size> size_type pop(T const (&) t);
     15template<size_type size> size_type pop(T (&) t);
    1616}}}
    1717
    1818I don't know if this is a doxygen problem, but the doc should be updated to show the real prototype.
    1919
    20 Adding someting like the following would at least warm the user.
     20Adding something like the following would at least warm the user.
    2121
    2222