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

Commit34f8f71

Browse files
committed
Added code snippet that will allow strings to work for us until this is present upstream
1 parent4460159 commit34f8f71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎src/throw_out_of_range.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include<Arduino.h>
2+
3+
//TODO(edcoyne): remove this when it is present upstream.
4+
// Currently this is needed to use std::string on Arduino.
5+
namespacestd{
6+
void__throw_out_of_range(constchar* str) {
7+
panic();
8+
}
9+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp