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 std::function disambiguation in Windows #27

Merged
merged 9 commits into from
Apr 30, 2015
Merged

Commits on Apr 29, 2015

  1. Check callback arity and enable/disable compatible/incompatible versi…

    …ons of create_service. Workaround for http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2132 in Windows
    Esteve Fernandez committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    2367549 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Esteve Fernandez committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    db0238c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Configuration menu
    Copy the full SHA
    ad3f5da View commit details
    Browse the repository at this point in the history
  2. Delegate service creation to SFINAE'd create_service_internal based o…

    …n the arity of the callback function
    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    1181daf View commit details
    Browse the repository at this point in the history
  3. Check callback argument types

    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    814f410 View commit details
    Browse the repository at this point in the history
  4. Moved std::enable_if to template parameters

    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    faba591 View commit details
    Browse the repository at this point in the history
  5. Use longer name

    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    bbd7e39 View commit details
    Browse the repository at this point in the history
  6. Fix code style

    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    805d5cb View commit details
    Browse the repository at this point in the history
  7. Removed check for third argument, fails with callbacks that don't tak…

    …e a request header
    Esteve Fernandez committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    02a41cd View commit details
    Browse the repository at this point in the history