This commit is contained in:
mattijs
2019-12-16 13:40:35 +00:00
12 changed files with 94 additions and 97 deletions

View File

@ -77,10 +77,10 @@ class parProfiling
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- No copy construct
parProfiling(const parProfiling&) = delete;
//- Disallow default bitwise assignment
//- No copy assignment
void operator=(const parProfiling&) = delete;