Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Eigen::allocator_type for std::map #1497

Merged
merged 1 commit into from
Jan 13, 2016

Commits on Jan 13, 2016

  1. Fix Eigen::allocator_type for std::map

    This was causing a static assert while building the PCL with the latest
    openmp-enabled clang/libcxx (3.8.0-trunk) on osx 10.10.
    
    CMake build options I used:
    
    ```
    cmake -DPCL_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release ..
    ```
    
    ref:
    http://eigen.tuxfamily.org/dox/classEigen_1_1aligned__allocator.html
    r9y9 committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    2be6666 View commit details
    Browse the repository at this point in the history