Skip to content

Commit 13c863d

Browse files
committed
includes sus/iter/size_hint_impl.h from sus/num/types.h
Running an include tracer indicated that placing `size_hint_impl.h` in this header should prevent link-time errors when attempting to incidentally format `SizeHint`.
1 parent ea92860 commit 13c863d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sus/num/types.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,8 @@ namespace num {}
115115
#include "sus/num/try_from_int_error_impl.h"
116116
#include "sus/num/unsigned_integer.h"
117117
#include "sus/num/unsigned_integer_impl.h"
118+
119+
// Running an include tracer indicated that placing size_hint_impl.h in this
120+
// header should fix link-time errors when attempting to format `SizeHint`.
121+
#include "sus/iter/size_hint_impl.h"
118122
// IWYU pragma: end_exports

0 commit comments

Comments
 (0)