Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++-concepts
Why aren't ranges' algorithms compatible with std's iterators?
Sep 17, 2020
c++
iterator
c++-concepts
c++20
range-v3
Requires clause with pure abstract class type parameter?
Mar 24, 2022
c++
language-lawyer
abstract-class
c++20
c++-concepts
Why Sortable concept requires totally ordered value type, while std::sort only requires "less than" comparable?
Aug 05, 2021
c++
c++17
c++-concepts
Is the body of requires block unevaluated context?
Apr 28, 2020
c++
c++-concepts
Will there be a concept for arithmetic types in C++ standard library?
Sep 19, 2022
c++
c++-standard-library
c++20
c++-concepts
C++20 concepts: int not swappable_with int
Oct 12, 2021
c++
c++20
c++-concepts
Will C++14 support unconstrained generic functions?
Apr 29, 2020
c++
generics
auto
c++14
c++-concepts
Less than operator through implicit conversion?
Jan 16, 2021
c++
implicit-conversion
stl-algorithm
c++17
c++-concepts
What is C++ Technical Specification?
Oct 30, 2018
c++
c++14
c++-concepts
Is UB in unevaluated context (e.g. requires-expressions) still UB?
Mar 27, 2022
c++
language-lawyer
undefined-behavior
c++-concepts
Can a concept evaluation depend on where it is evaluated?
Sep 15, 2022
c++
language-lawyer
c++-concepts
c++20
Concept resolve to the unexpected function template when using std::make_signed_t
Sep 11, 2022
c++
c++20
c++-concepts
C++20 concepts: how to refer to the class name in the `requires` clause?
Feb 10, 2022
c++
c++-concepts
Using clang-format with c++20 concepts
Sep 03, 2022
c++20
clang-format
c++-concepts
How to write a C++11 template that can take a const iterator
Oct 24, 2022
c++
templates
c++11
c++-concepts
Why can't concept refinement use the terse syntax
Aug 24, 2021
c++
c++-concepts
c++20
What is the equivalent of cast for concepts?
Mar 15, 2022
c++
c++17
c++-concepts
Why is the std::derived_from concept implemented with an additional convertibility test that adds cv-qualifiers?
Apr 01, 2022
c++
c++20
libstdc++
c++-concepts
What's the difference between C++0x concepts and The Boost Concept Check Library (BCCL)?
Mar 12, 2019
c++
boost
c++11
c++-concepts
How do Concepts differ from Interfaces?
Sep 06, 2022
c++
templates
generics
c++11
c++-concepts
« Newer Entries
Older Entries »