We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a26ddb commit 3890998Copy full SHA for 3890998
Common/include/basic_types/ad_structure.hpp
@@ -322,7 +322,7 @@ inline void ResetErrorCounter(ErrorReport& report) {}
322
* \param[in] report - the ErrorReport whose pointer to its error counter is returned.
323
* \return Value of the error counter.
324
*/
325
-inline unsigned long GetErrorCount(ErrorReport& report) { return 0; }
+inline unsigned long GetErrorCount(const ErrorReport& report) { return 0; }
326
327
/*!
328
* \brief Pushes back the current tape position to the tape position's vector.
0 commit comments