Minor code tidying.

This commit is contained in:
Matthew Parkinson
2020-01-29 16:37:46 +00:00
parent 2e289573c8
commit 053b5a30ef
4 changed files with 22 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ namespace snmalloc
length == bits::next_pow2_const(length), "Must be a power of two.");
private:
T value;
T value = 0;
public:
operator T()