cpp11

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,261 public repositories matching this topic...
-
Updated
Jun 20, 2022 - C++
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 1, 2022 - C++
-
Updated
May 4, 2022 - C++
-
Updated
Mar 21, 2020 - Jupyter Notebook
-
Updated
Mar 21, 2022 - C++
-
Updated
May 23, 2022 - C++
It is a very common pitfall of Thrust users to attempt to use a __device__
lambda with Thrust algorithms or iterators that fails in silent or obscure ways.
This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically
-
Updated
Jul 7, 2022 - C++
-
Updated
Jul 6, 2022 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Apr 4, 2022 - C++
-
Updated
Jul 8, 2022 - C
-
Updated
Jul 5, 2022 - C++
-
Updated
Oct 28, 2021 - C++
-
Updated
Jul 4, 2022 - C++
-
Updated
Jun 6, 2022
-
Updated
Jul 7, 2022 - C++
-
Updated
Jun 4, 2021
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.