Mentions légales du service

Skip to content
Snippets Groups Projects

Overhaul of the formation

1 unresolved thread

Essentially:

  • All notebooks have been read and more or less amended.
  • The notebook about inheritance has been heavily amended.
  • Some passing remarks on C++ 20 have been added here and there.
  • The copyright year has been updated.

What has NOT been reviewed this time are the TPs (except regarding the copyright years).

One of the reviewers (@steff or @vrouvrea) should also handle this (very quick) issue

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • STEFF Laurent
  • STEFF Laurent
  • GILLES Sebastien added 3 commits

    added 3 commits

    • 3da2d679 - Typos fixed.
    • ab89a712 - Set up environment: soften the assertions about STL vendors to reflect feedback from Laurent.
    • f9b5a03d - Suggested reformulation from Laurent.

    Compare with previous version

  • 198 192 "\n",
    199 193 "This will install _Apple Clang_ which is a customized version of `clang`. Unfortunately, Apple stopped providing the version of mainstream clang it is built upon; it's therefore more difficult to check if a new standard feature is already supported or not.\n",
    200 194 "\n",
    201 "It is also possible to install gcc on macOS; I personally use the tarballs provided by [this site](http://hpc.sourceforge.net/).\n"
    195 "It is also possible to install gcc on macOS; I personally use [Homebrew](https://brew.sh) to do so.\n"
    196 ]
    197 },
    198 {
    199 "cell_type": "markdown",
    200 "metadata": {},
    201 "source": [
    202 "## STL\n",
    203 "\n",
    204 "Besides the compiler, you may also choose which implementation of the STL you want to use. There are two mainstream choices:\n",
    205 "\n",
    206 "- `libstdc++`, which is the STL provided along gcc by GNU. This is the default choice for many Linux distro, ahd there is fat chance the binaries, libraries and share libraries in your package system was compiled with this one.\n",
  • STEFF Laurent approved this merge request

    approved this merge request

  • Merged manually after a rebase.

  • Please register or sign in to reply
    Loading