Skip to content

Commit 17d35bf

Browse files
committed
Explicitly instantiate vector base class
1 parent a5d43cc commit 17d35bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platform/mbed_retarget.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,3 +1209,8 @@ MBED_WEAK const ticker_info_t* lp_ticker_get_info()
12091209
};
12101210
return &info;
12111211
}
1212+
1213+
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
1214+
#include <vector>
1215+
template class std::__1::__vector_base_common<1>;
1216+
#endif

0 commit comments

Comments
 (0)