Skip to content
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
@MadLittleMods

Description

@MadLittleMods

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions