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: basicpp/basicpp17
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/static_error_epression
Choose a base ref
...
head repository: basicpp/basicpp17
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 4, 2019

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

Commits on Jan 17, 2020

  1. added missing inline

    arBmind committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    973773c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    97db945 View commit details
    Browse the repository at this point in the history
  2. fixed issue with clang9

    arBmind committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    9fc7ac5 View commit details
    Browse the repository at this point in the history
  3. simplified Tuple a bit

    arBmind committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    17a653a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. forEachIndex as "constexpr for": Iterate over a sequence with compile…

    …-time available indices
    strfry committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    cd85815 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from basicpp17/feature/index_pack_iterate

    forEachIndex as "constexpr for": Iterate over a sequence with compile-time available indices
    arBmind authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    37a4427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7109349 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

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

Commits on Feb 3, 2020

  1. Implementing is_variant_which

    Also moving Variant<T>::Which to VariantWhich<T>, which is necessary to create is_variant_which.
    Max Staff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    084151b View commit details
    Browse the repository at this point in the history
  2. Adding default constructor to VariantWhich.

    Max Staff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    0ee2656 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Implementing requested changes

    Max Staff committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    159859a View commit details
    Browse the repository at this point in the history
  2. Implementing visit-function for VariantWhich

    Currently just copied over from Variant with minor modification, probably needs more adjustments.
    Max Staff committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3cfe3a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from basicpp17/MaxMatti-patch-2

    Implementing is_variant_which
    arBmind authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ca25796 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    24c122c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa27b2b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. added nullptr_to template

    arBmind committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f558e54 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

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