Skip to content
Snippets Groups Projects
Verified Commit 05bcc942 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

chore: mark unwanted assignment operator as deleted

parent ca3f2b27
No related branches found
No related tags found
1 merge request!1331chore: two minor C++ style improvements
......@@ -48,8 +48,8 @@ namespace Dune {
DUNE_ASSERT_BOUNDS(blockBitField_.size() > static_cast<size_t>(block_number_));
}
//! hide assignment operator
BitSetVectorConstReference& operator=(const BitSetVectorConstReference & b);
//! disable assignment operator
BitSetVectorConstReference& operator=(const BitSetVectorConstReference & b) = delete;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment