Skip to content

Compile errors due to c++14_types.hpp #27

Description

@sbastrakov

Creating an issue just to document the behaviour discovered at hackathon with @sk1p .

With current compilers this file causes compile errors. And the way it tries to extend namespace std is technically incorrect. It seems the solution can be to just remove this file, replace its includes with <type_traits> and raise C++ standard requirements to C++14 (C++11 is mostly enough, but there is stuff like std::result_of_t that are 14).

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