Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic C++11 (Read 4255 times)
bainbob
Junior Member
**
Offline


Posts: 13
Joined: Feb 20th, 2015
C++11
Feb 20th, 2015 at 8:36pm
Print Post  
Is it possible to use c++11/boost constructs? Especially STL containers and functional (function callbacks to class member functions).
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: C++11
Reply #1 - Feb 21st, 2015 at 6:49pm
Print Post  
Hi,

Best place to ask is on the arduino.cc forum.

Thanks
  
Back to top
IP Logged
 
Serenifly
Junior Member
**
Offline


Posts: 20
Joined: Jun 20th, 2013
Re: C++11
Reply #2 - Feb 22nd, 2015 at 2:55pm
Print Post  
Forget the STL and library stuff. That obviously isn't included. But you can use most of the C++11 core language features if you activate it in platforms.txt

Here is everything supported by avr gcc:
https://gcc.gnu.org/gcc-4.8/cxx0x_status.html
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint