#include "cxx_dprog.hh" #include using namespace dprog; #if 0 template Matrix::Matrix(int x) { va_list args; va_start(args, this); va_end(args); } template Matrix::~Matrix() { } template T& Matrix::cell() { } #endif