Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CrackerCat/cppcoro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lewissbaker/cppcoro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 9, 2020

  1. Update README.md

    GouravKumar2 authored and lewissbaker committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7f4ca14 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Fixes for MSVC 1928

    First, std::uncought_exception() does not exist any more in
    C++20, it is replaced by std::uncought_exceptions(). Second,
    Second, in file_test.cpp we have to include <string>
    to use std::to_string.
    andreasbuhr authored and lewissbaker committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    a5ed331 View commit details
    Browse the repository at this point in the history
  2. translate "for co_await" to regular for loops using "co_await"

    "for co_await" was in the coroutine-ts but did not make it into
    the C++20 standard. This patch translates the "for co_await"
    which were used to standard for loops using "co_await".
    This is necessary to compile on MSVC 1928 in with c++-latest.
    andreasbuhr authored and lewissbaker committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    fdb7a74 View commit details
    Browse the repository at this point in the history
  3. Small fixes to make gcc happy

    andreasbuhr authored and lewissbaker committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    8929f9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a87e97f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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