Skip to content
#

cpp20

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 279 public repositories matching this topic...

galkinvv
galkinvv commented Jan 21, 2020

The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal

It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:

const char win_path[] = R"(c:\some\unescaped\path)";

The same cppreference link als

mpusz
mpusz commented Sep 16, 2020

There are many Modern C++ and C++20 related errors during the documentation generation process. I had to disable logs and warnings with -Q in Sphinx because Travis CI was complaining about too long build log and was terminating the build:

https://github.com/mpusz/units/blob/cb86cd2bcd8ea96f842142b1b98906fe21cf56dc/docs/CMakeLists.txt#L69

There are problems with:

marehr
marehr commented Aug 10, 2020

Stefan Kurtz reported the following issue over our seqan-dev list:

  1. I followed the description for the Cmake-setup and noticed in the example CMakeList.txt shown at the end of https://docs.seqan.de/seqan/3-master-user/setup.html that compiler optimization options such as -O3 is missing, which will lead to poor performance for users who do not recognize it.

    I now use

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia
You can’t perform that action at this time.