Skip to content

Commit 9688d11

Browse files
committed
Remove "final" from freer struct to reduce unique_ptr size
1 parent 30d8fb5 commit 9688d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/freer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Author: Reuben Thomas, [email protected]
1212
#include <cstdlib>
1313
#include <utility>
1414

15-
struct freert final
15+
struct freert
1616
{
1717
template <typename T>
1818
void operator()(T &&t) const

0 commit comments

Comments
 (0)