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

Replace make_shared with new in some cases #810

Closed
wants to merge 4 commits into from
Closed

Replace make_shared with new in some cases #810

wants to merge 4 commits into from

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    4bccfb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Merge pull request #771 from c72578/patch-2

    Update version number in CMakeLists.txt to 0.8.1
    zaphoyd committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    72e2760 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Replace make_shared with new in some cases

    Replace make_shared for asio types that take a lib::ref as a parameter.
    This should fix the ASIO change (boostorg/asio@59066d8) for 1.70,
    while keeping it backwards compatible to older boost versions.
    stefan-floeren committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2c57b6f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. 1 Configuration menu
    Copy the full SHA
    1c699ce View commit details
    Browse the repository at this point in the history