Files
foc/tools/preprocess/test/verify/template.cc
2013-02-20 12:17:17 +01:00

15 lines
216 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#include "template.h"
#include "template_i.h"
#line 185 "template.cpp"
template <> stack_t<int>*
create_stack<int>()
{
return new stack<int>();
}