boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
63 stars 55 forks source link

Add Boost::align dependency to CMake build #115

Closed Flamefire closed 2 years ago

Flamefire commented 2 years ago

This is required after #112

@cmazakas @pdimov Please merge soon as this currently breaks the super-project CMake build

pdimov commented 2 years ago

Not sure that the use of Align is intended.

align:
    <boost/align/alignment_of.hpp>
        from <boost/unordered/detail/fca.hpp>

alignment_of is in TypeTraits.

pdimov commented 2 years ago

Yeah, the include is unnecessary as the code doesn't use it. It uses boost::alignment_of from TypeTraits. https://github.com/boostorg/unordered/blob/e36e3bcf96ef1d0655544d6ae6ef0a2fa14ccda5/include/boost/unordered/detail/fca.hpp#L409

Flamefire commented 2 years ago

Oh, right. --> #116