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

RevisedPublishingInterval long instead of casting #339

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2018

  1. Update to build against boost 1.68

    boost::asio::io_service became boost::asio::io_context
    boost::posix_time::milliseconds requires long
    superlambchops committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    6a7ffd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. update travis for boost 1.68

    Gary Morton committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    dd556cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b7607 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. RevisedPublishingInterval as long

    change RevisedPublishingInterval under the SubscriptionData struct from double to long so that it compiles under boot > 1.67
    superlambchops committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    05d28fc View commit details
    Browse the repository at this point in the history