CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
pretend.h
Go to the documentation of this file.
1////////////////////////////////////////////////////////////////////////
2//
3// File: pretend.hh
4// Purpose: This is to fake out the gcc -pedantic switch
5//
6// Author: Walter Brown
7//
8////////////////////////////////////////////////////////////////////////
9
10#ifndef PRETEND_HH
11#define PRETEND_HH
12
13template< class T >
14inline
15void pretend_to_use( T const & )
16{}
17
18#endif // #ifndef PRETEND_HH
void pretend_to_use(T const &)
Definition: pretend.h:15