This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 819 - Possible Incorrect #include in Eigen/src/StlSupport/StdVector.h
Summary: Possible Incorrect #include in Eigen/src/StlSupport/StdVector.h
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Interoperability (show other bugs)
Version: 3.2
Hardware: All All
: Normal minor
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 20:24 UTC by filesomebugs
Modified: 2019-12-04 13:21 UTC (History)
3 users (show)



Attachments

Description filesomebugs 2014-06-03 20:24:40 UTC
I believe there may be a possible incorrect include in Eigen/src/StlSupport/StdVector.h on line 14 :  #include "Eigen/src/StlSupport/details.h" This causes compilation errors when I attempt to #include <Eigen/StdVector>.

Should this not reference the details.h file in the same folder? If so then would it not be more appropriate to have the line be changed to #include "details.h" or similar?
Comment 2 Nobody 2019-12-04 13:21:33 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/819.

Note You need to log in before you can comment on or make changes to this bug.