Fix call of a member function dependent on a template parameter.
commit5f55847d441aba7742417e78c3b4fbe8344acc5e
authorJohannes Sixt <j6t@kdbg.org>
Sun, 22 Feb 2015 12:47:21 +0000 (22 13:47 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 22 Feb 2015 12:47:21 +0000 (22 13:47 +0100)
treef8c9741a4086069f6a649ba0874f662ac8e9fd60
parent8677158783fda43af906c21c5706a35a8221614e
Fix call of a member function dependent on a template parameter.

We must make the access of 'push_back' dependent, too. Otherwise, name
lookup does not find the name. Earlier compilers were more permissive and
did find the name.
kdbg/testprogs/std.cpp