File: noimpl.h

package info (click to toggle)
glest 3.1.2-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 3,496 kB
  • ctags: 6,107
  • sloc: cpp: 30,065; sh: 8,293; makefile: 48
file content (7 lines) | stat: -rw-r--r-- 122 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