Javier Galan
Results
72
comments of
Javier Galan
Another option would be to avoid using `using namespace std;` at the headers? And then write directly `std::any` when willing to use the c++17 standard one. There are not many...
Will constructions such as this one be properly interpreted by default? ``` std::vector fTimeWindow; fTimeWindow = StringToElements(GetParameter("timeWindow", "-1,-1"), ","); ``` This construction appears for example at: https://github.com/rest-for-physics/rawlib/blob/master/src/TRestRawVetoAnalysisProcess.cxx