This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Compile errors when including boost/function.hpp #2
Open
Description
Running the barebones snippet below results in a huge list of compile errors(available as a pastebin)
I am wanting to eventually run a basic setup like this.
I am running on Arduino 1.0.6 and Teensyduino 1.20 which is an add-on for the Teensy boards (using Teensy 3.1)
#include <StandardCplusplus.h>
#include <boost_1_51_0.h>
#include <boost/function.hpp>
void setup() {
}
void loop() {
}
Metadata
Metadata
Assignees
Labels
No labels