-
Updated
Feb 11, 2021 - C++
cpp20
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 435 public repositories matching this topic...
Names map and input are exchanged mistakenly. By sense of Preconditions paragraph they have to be exchanged I suppose, because there is no problem when map and result coincide (in current context).
-
Updated
Feb 14, 2021 - C++
-
Updated
Jan 15, 2021 - C++
-
Updated
Feb 5, 2021 - C++
-
Updated
Feb 4, 2021
Segmented reduce uses the same template type OffsetIteratorT for begin and end offsets
static CUB_RUNTIME_FUNCTION cudaError_t cub::DeviceSegmentedReduce::Sum
( void * d_temp_storage,
size_t & temp_storage_bytes,
InputIteratorT d_in,
OutputIteratorT d_out,
int num_segments,
OffsetIterato-
Updated
Feb 13, 2021 - C++
-
Updated
Jan 31, 2021 - C++
-
Updated
Feb 10, 2021 - C++
-
Updated
Feb 13, 2021 - C++
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
A new chapter "Interoperability With Other Libraries" should be added to "Use Cases" that will explain QuantityLike concept, quantity_like_traits and explicit construction for a quantity class template. Also, similar documentation should be added (probably more brief) for a quantity_point when #200 is done.
The problem is that the OpenCL types in https://github.com/triSYCL/triSYCL/blob/master/include/triSYCL/opencl_types.hpp are defined on the host according to the x86-64 Linux ABI which depends on the CPU & OS instead of using the description from https://www.khronos.org/registry/OpenCL/specs/2.2/html/OpenCL_C.html#built-in-scalar-data-types
Note that the system-wide cl_size_t has been removed
-
Updated
Jun 27, 2020 - C++
-
Updated
Jan 16, 2021 - C++
-
Updated
Dec 28, 2020 - C++
-
Updated
Feb 13, 2021 - C++
-
Updated
Feb 2, 2021 - C++
-
Updated
Feb 13, 2021 - C++
-
Updated
Jan 19, 2021 - C++
-
Updated
Feb 14, 2021 - C++
ToDo
- SeqAn copyright is 2006-2015 (fixed by #2343)
- (I think one newline after the end of OPTIONS and VERSION would be enough, it's the case for all other sections) (fixed by #2287)
- Print author information if available in function
seqan3::format_help_base::print_legal(automatically prints it in all export formats) - Print EMail information if available in function
-
Updated
Dec 29, 2019 - C++
-
Updated
Jan 26, 2021 - C++
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:
The same cppreference link als