Hi,
we use C++ in our project and we want to use std::bind . Unfortunatelly this is not available in ARMCC. I had a look in <functions> Header but I cannot find a documentation for those header files. Is there any?
Is there any possiblility to use std::bind somehow?
The document "The ARM C and C++ Libraries" does not describe anything related to the includable header files from ARMCC.
Kind regards
Andreas
Ok, I got the following Documentation: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0729a/index.html
This is the Docu to the Standard C++ Library by Rogue Wave.
But I still would use bind somehow....