Skip to content
Commit ad59bc17 authored by Igor Kushnir's avatar Igor Kushnir Committed by Milian Wolff
Browse files

Enforce singleton-ness of classes with static self()

Prevent accidental construction, copying or moving of these classes by
making their default constructors private, deleting their copy and move
operations.
parent cb418481
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