Skip to content

detail/invoke.hpp fails to compile due to std::result_of #327

@vittorioromeo

Description

@vittorioromeo
external/boost.context+/include/boost/context/detail/invoke.hpp:29:19: error: no type named 'result_of' in namespace 'std'
   29 |     typename std::result_of< Fn &&( Args && ... ) >::type
      |     ~~~~~~~~~~~~~~^~~~~~~~~
external/boost.context+/include/boost/context/detail/invoke.hpp:30:1: error: expected unqualified-id
   30 | >::type
      | ^
external/boost.context+/include/boost/context/detail/invoke.hpp:38:19: error: no type named 'result_of' in namespace 'std'
   38 |     typename std::result_of< Fn &&( Args && ... ) >::type
      |     ~~~~~~~~~~~~~~^~~~~~~~~
external/boost.context+/include/boost/context/detail/invoke.hpp:39:1: error: expected unqualified-id
   39 | >::type
      | ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions