[go: up one dir, main page]

use of allocate_shared should be added to notes on alignment

Submitted by Phil

Assigned to Nobody

Link to original bugzilla bug (#795)

Description

A note should be added to the alignment notes regarding use of allocate_shared.

One needs to use allocate_shared with the eigen aligned allocator when making shared_ptr objects. Use of make_shared may result in alignment errors similar to not using the aligned new allocator.

Blocking

#558 (closed)

Edited by Eigen Bugzilla