Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larcorealg
larcorealg
CoreUtils
quiet_Math_Functor.h
Go to the documentation of this file.
1
/**
2
* This is a wrapper to ROOT's Math/Functor.h that disables a warning about deprecated stuff.
3
* That header is known to use std::auto_ptr.
4
*
5
* A unit test is connected with this header.
6
* When that unit test fails, it means the workaround is not needed any more.
7
* Then, this wrapper should be removed and all the include directives restored.
8
*/
9
10
#pragma GCC diagnostic push
11
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
12
13
#include "Math/Functor.h"
14
15
#pragma GCC diagnostic pop
Generated by
1.8.11