Files
foc/tools/preprocess/test/verify/template_inline.cc
2013-01-11 17:00:47 +01:00

15 lines
230 B
C++

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