help! error 'nothrow' is not a member of 'std' #1111
Unanswered
nendezkombet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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