diff options
Diffstat (limited to 'gcc/d/dmd/root/bitarray.h')
-rw-r--r-- | gcc/d/dmd/root/bitarray.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/d/dmd/root/bitarray.h b/gcc/d/dmd/root/bitarray.h index 2a82703..c50247f 100644 --- a/gcc/d/dmd/root/bitarray.h +++ b/gcc/d/dmd/root/bitarray.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2024 by The D Language Foundation, All Rights Reserved +/* Copyright (C) 2011-2025 by The D Language Foundation, All Rights Reserved * written by Walter Bright * https://www.digitalmars.com * Distributed under the Boost Software License, Version 1.0. @@ -15,7 +15,7 @@ struct BitArray { BitArray() : len(0) - , ptr(NULL) + , ptr(nullptr) {} ~BitArray() |