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: boostorg/multi_index
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: boost-1.80.0
Choose a base ref
...
head repository: boostorg/multi_index
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: boost-1.81.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 1, 2022

  1. fixed #61

    joaquintides committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    99f33de View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    2404754 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    joaquintides committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e7c489b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. refactor: use core/enable_if over utility/enable_if (#64)

    The later is deprecated:
    ```cpp
    // The header file at this path is deprecated;
    // use boost/core/enable_if.hpp instead.
    
    include <boost/core/enable_if.hpp>
    ```
    fanquake authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ae95816 View commit details
    Browse the repository at this point in the history
  2. updated copyright dates

    joaquintides committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a7716c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Merge branch 'develop'

    joaquintides committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    2882164 View commit details
    Browse the repository at this point in the history
Loading