oops missed a spot

This commit is contained in:
Adam D. Ruppe 2025-09-07 13:40:36 -04:00
parent 4a913bb7fb
commit 32d96ae4e1
1 changed files with 1 additions and 3 deletions

4
core.d
View File

@ -8492,9 +8492,7 @@ unittest {
Not actually implemented until February 6, 2025, when it changed from mixin template to class. Not actually implemented until February 6, 2025, when it changed from mixin template to class.
+/ +/
class LoggerOf(T, size_t bufferSize = 16) { class LoggerOf(T, size_t bufferSize = 16) : SynchronizableObject {
version(D_OpenD) mixin EnableSynchronization;
private LoggedMessage!T[bufferSize] ring; private LoggedMessage!T[bufferSize] ring;
private ulong writeBufferPosition; private ulong writeBufferPosition;