Skip to content

Build failure with libc++ #25

Closed
Closed
@jefftrull

Description

@jefftrull

Building using CMake on my OSX box, as well as using clang on Linux (with stdlib=libc++) fails with static_asserts in test_tuple_transform_each.cc ("unexpected transform_each()ed tuple type"). Upon further investigation, it appears that

decltype(t_transformed) is tuple<const string, const string, const string>

while

decltype(t_expected) is tuple<string, string, string>

I wonder if there is a std::remove_cv missing somewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions