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: Flamefire/algorithm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: boostorg/algorithm
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.
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    4de0842 View commit details
    Browse the repository at this point in the history
  2. Merge pull request boostorg#128 from Flamefire/test-link-update

    Update Link to regression test matrix in README
    mclow authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    0edbfe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Remove dependencies on Boost.StaticAssert.

    Boost.StaticAssert has been merged into Boost.Config, so remove
    the dependency.
    Lastique committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    fee8399 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Merge pull request boostorg#130 from Lastique/feature/remove_static_a…

    …ssert
    
    Remove dependencies on Boost.StaticAssert
    mclow authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    175f443 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. [doc] Fix the parameter names documented for is_permutation

    The three-argument overload documents `\param last2`, but its parameters
    are `first1`, `last1`, `first2` — `last2` is a local variable computed
    inside the body. The four-argument overload right above it documents
    `last1` correctly.
    
    Both `\fn` lines also spell the first two parameters `first` and `last`
    while the declarations use `first1` and `last1`.
    karpovantonme committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    bdaee1f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. Merge pull request boostorg#131 from karpovantonme/doc-is-permutation…

    …-param-names
    
    [doc] Fix the parameter names documented for is_permutation
    mclow authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    bbb8488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b738d22 View commit details
    Browse the repository at this point in the history
Loading