mirror of https://github.com/ARMmbed/mbed-os.git
protect using with macro
parent
05a4337490
commit
e4f3768c6c
|
|
@ -289,6 +289,8 @@ bool operator!= (U lhs, const SharedPtr<T> &rhs)
|
|||
|
||||
} /* namespace mbed */
|
||||
|
||||
#ifndef MBED_NO_GLOBAL_USING_DIRECTIVE
|
||||
using mbed::SharedPtr;
|
||||
#endif
|
||||
|
||||
#endif // __SHAREDPTR_H__
|
||||
|
|
|
|||
Loading…
Reference in New Issue