Commit 608e1ae0 authored by Umang Yadav's avatar Umang Yadav
Browse files

Add comments

parent 995a0139
......@@ -195,6 +195,10 @@ double get_rms_tol(const R&, std::size_t tolerance = 80)
return threshold;
}
/*
C++ doesn't support named arguments, this is just wrapper that helps distinguish between actual
results v/s expected results arguments.
*/
template <class T>
struct expected
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment