summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/gen/Deque.ccP
blob: 79a9b72c875c58502080510991b0293151903a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Deque.h"

<T>Deque::~<T>Deque() {}

void <T>Deque::error(const char* msg)
{
  (*lib_error_handler)("Deque", msg);
}