File: pretend.h

package info (click to toggle)
clhep 2.1.4.1%2Bdfsg-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,016 kB
  • sloc: cpp: 50,094; sh: 6,694; makefile: 2,694; perl: 28
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
////////////////////////////////////////////////////////////////////////
//
// File: pretend.hh
// Purpose: This is to fake out the gcc -pedantic switch 
//
// Author:  Walter Brown
//
////////////////////////////////////////////////////////////////////////

#ifndef PRETEND_HH
#define PRETEND_HH

template< class T >
inline
void  pretend_to_use( T const & )
{}

#endif // #ifndef PRETEND_HH