Add the <typetraits> header #5876
Labels
Architecture: AVR
Applies only to the AVR microcontrollers (Uno, etc.)
Component: Core
Related to the code for the standard Arduino API
Component: Toolchain
The tools used for compilation and uploading to Arduino boards
feature request
A request to make an enhancement (not a bug fix)
Type: Wontfix
Arduino has decided that it will not resolve the reported issue or implement the requested feature
Since all of this part of the STL runs at compile-time, arduino being an embedded platform is not a good reason to exclude it.
In particular, things like
std::remove_reference
are needed to implement #5875The text was updated successfully, but these errors were encountered: