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: cpp-tutor/learnmoderncpp-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1-C++23
Choose a base ref
...
head repository: cpp-tutor/learnmoderncpp-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 2, 2024

  1. Issue #3 (remove BOM)

    cpp-tutor committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4e043f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on May 27, 2024

  1. Fix phrase related to "cout" but not relevant for print. (#4)

    * Fix phrase related to "cout" but not relevant for print.
    
    * Fix cast of char8_t to char. Has to use reinterpret_cast.
    
    * acos and constexpr with clang++
    Removed `-lm` requirement for `acos` on MacOS.
    
    Added a comment about `acos` not being constexpr in some cmath implementations (clang++ for example).
    
    * missing noexcept keyword in code sample
    
    The keyword needs to be on `throw_if_zero` to demonstrate termination due to uncaught exception.
    gaspard authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a6afcac View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Updates from pull request #4

    cpp-tutor committed May 30, 2024
    Configuration menu
    Copy the full SHA
    94990bf View commit details
    Browse the repository at this point in the history
  2. Updates from pull request #4

    cpp-tutor committed May 30, 2024
    Configuration menu
    Copy the full SHA
    30c2048 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. fix 07-find.cpp wrong output

    The output for set was wrong
    izikorgad authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    a1b8ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Merge pull request #5 from izikorgad/main

    fix 07-find.cpp wrong output
    cpp-tutor authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    35c6349 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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