help! error 'nothrow' is not a member of 'std' #1111
Unanswered
nendezkombet
asked this question in
Q&A
Replies: 2 comments
-
Hi, which Arduino are you using, and which version of the Arduino IDE and the ArduinoAVR-Core do you have installed? Have you tried upgrading to the latest version of the Arduino AVR boards in the board manager of the IDE? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use promicro.I tried install IDE v2 and it compiled
…On Sat, Jan 18, 2025, 20:06 Pieter P ***@***.***> wrote:
Hi, which Arduino are you using, and which version of the Arduino IDE and
the ArduinoAVR-Core do you have installed? Have you tried upgrading to the
latest version of the Arduino AVR boards in the board manager of the IDE?
—
Reply to this email directly, view it on GitHub
<#1111 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVCOY4J4MGS4LQQ6QDEBWL2LJGTZAVCNFSM6AAAAABVJXJ7XWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBXGUYTCNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, when compiling i had error just after reinstall my windows and this error never happen before. then I tried compiling few exemple controll surface sketch and this error still exist, can you help me?
c:\users\ding\documents\arduino\libraries\control-surface-main\src\ah\stl\fallback\bits\stl_tempbuf.h: In function 'std::pair<_Tp*, int> std::get_temporary_buffer(std::ptrdiff_t)':
c:\users\ding\documents\arduino\libraries\control-surface-main\src\ah\stl\fallback\bits\stl_tempbuf.h:95:13: error: 'nothrow' is not a member of 'std'
c:\users\ding\documents\arduino\libraries\control-surface-main\src\ah\stl\fallback\bits\stl_tempbuf.h: In function 'void std::return_temporary_buffer(_Tp*)':
c:\users\ding\documents\arduino\libraries\control-surface-main\src\ah\stl\fallback\bits\stl_tempbuf.h:113:35: error: 'nothrow' is not a member of 'std'
exit status 1
Beta Was this translation helpful? Give feedback.
All reactions