Skip to content

Commit

Permalink
Update src/util.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
kvakil and tniessen committed Aug 5, 2022
1 parent d1f3368 commit a2b372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Expand Up @@ -511,7 +511,7 @@ class ArrayBufferViewContents {

private:
// Declaring operator new and delete as deleted is not spec compliant.
// Therefore declare them private instead to disable dynamic alloc
// Therefore, declare them private instead to disable dynamic alloc.
void* operator new(size_t size);
void* operator new[](size_t size);
void operator delete(void*, size_t);
Expand Down

0 comments on commit a2b372c

Please sign in to comment.