Skip to content

Commit 09f4cd9

Browse files
committed
Add another 'using namespace shape' inside namespace shape
Try again to put out the darwin tinderbox
1 parent 2c54b46 commit 09f4cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rt/rust_shape.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const uint8_t CMP_LE = 2u;
3535

3636
namespace shape {
3737

38+
using namespace shape;
39+
3840
// NB: This function does not align.
3941
template<typename T>
4042
inline data_pair<T>

0 commit comments

Comments
 (0)