CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

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//
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