Commit 06789888 authored by srawat's avatar srawat
Browse files

Update TransferBench.hpp

parent 8aa1f9cb
......@@ -461,6 +461,8 @@ namespace TransferBench
namespace TransferBench
{
/// @cond
// Helper functions ('hidden' in anonymous namespace)
//========================================================================================
namespace {
......@@ -2110,6 +2112,7 @@ namespace {
} // End of anonymous namespace
//========================================================================================
/// @endcond
ErrResult::ErrResult(ErrType err) : errType(err), errMsg("") {};
......
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