File: noimpl.h

package info (click to toggle)
glest 3.2.2-2
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze
  • size: 2,800 kB
  • ctags: 6,581
  • sloc: cpp: 32,575; sh: 8,341; makefile: 63
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
#ifndef _NOIMPL_H_
#define _NOIMPL_H_

#define NOIMPL std::cerr << __PRETTY_FUNCTION__ << " not implemented.\n";

#endif