Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b418d7

Browse files
committed
Change function to weak declaration
1 parentbfc4856 commit1b418d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/throw_out_of_range.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//TODO(edcoyne): remove this when it is present upstream.
44
// Currently this is needed to use std::string on Arduino.
55
namespacestd{
6-
void__throw_out_of_range(constchar* str) {
6+
void__attribute__((weak))__throw_out_of_range(constchar* str) {
77
panic();
88
}
99
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp