Stack constructors

Syntax:

    #include <stack>
    stack();
    explicit stack( const Container& con );

Stacks have an empty constructor and a constructor that can be used to specify a container type.