I have declared a stack object (ValueStack<MyClass> code_stack) and am trying to reference the top object of that stack using "code_stack.top()". The debugger tells me that this is an "ambiguous symbol". How else can I go about refering to the top object?