Skip to content

Commit 05a4337

Browse files
make it backwards compatible
1 parent 3a408eb commit 05a4337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/SharedPtr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,6 @@ bool operator!= (U lhs, const SharedPtr<T> &rhs)
289289

290290
} /* namespace mbed */
291291

292+
using mbed::SharedPtr;
293+
292294
#endif // __SHAREDPTR_H__

0 commit comments

Comments
 (0)