[go: up one dir, main page]

Eigen fails to compile with GCC 4.6; missing #include <cstddef> for ptrdiff_t

Submitted by Christoph

Assigned to Nobody

Link to original bugzilla bug (#250)
Version: 2.x

Description

Eigen uses the "ptrdiff_t" datatype, but does not #include <cstddef>

This causes a compilation error on standard includes shipped with GCC 4.6.

Edited by Eigen Bugzilla