Skip to content
Snippets Groups Projects

CbmQaPie class as a TPie wrapper, which prevents crashes

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:pie into master
Files
2
+ 1
1
@@ -40,7 +40,7 @@ class CbmQaPie : public TPie {
public:
/// Reimplementation of any existing TPie constructor
template<typename... Types>
CbmQaPie(Types... args) : CbmQaPie(MyAuxiliaryType{}, args...) {}
CbmQaPie(Types... args) : CbmQaPie(MyAuxiliaryType {}, args...) {}
/// Prevent original copy constructor from a crash
CbmQaPie(const CbmQaPie& cpy);
Loading