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++14
Difference between GCC binary literals and C++14 ones?
Mar 24, 2022
c++
gcc
g++
literals
c++14
Determine least common ancestor at compile-time
Aug 10, 2022
c++
algorithm
c++14
template-meta-programming
least-common-ancestor
Are const iterators still evil in C++14
Mar 31, 2022
c++
iterator
c++14
Move all elements which satisfy some condition from one container to another, i.e. I'm looking for some kind of "move_if"
Jan 08, 2020
c++
c++11
c++14
Can a generic lambda have no arguments?
Dec 13, 2019
c++
lambda
c++14
Classes with both template and non-template conversion operators in the condition of switch statement
Oct 13, 2022
c++
c++11
language-lawyer
implicit-conversion
c++14
Move a unique_ptr with custom deleter to a shared_ptr
Mar 15, 2022
c++
c++11
shared-ptr
c++14
unique-ptr
What is the type of this self-applying factorial function?
Sep 06, 2022
c++
haskell
types
c++14
generic-lambda
Initializing capturing lambda in ternary operator
Sep 06, 2022
c++
c++11
lambda
c++14
language-lawyer
Is it illegal to invoke a std::function<void(Args...)> under the standard?
Aug 19, 2022
c++
c++11
language-lawyer
std-function
c++14
Will automatic return type deduction work for main?
Sep 05, 2022
c++
c++14
Self-initialization of a static constexpr variable, is it well-formed?
Sep 05, 2022
c++
language-lawyer
c++14
constexpr
c++17
push_back or emplace_back with std::make_unique
Sep 05, 2022
c++
c++11
stdvector
c++14
unique-ptr
Generic lambda with std::function does not capture variables
Sep 05, 2022
c++
gcc
c++14
Why is `make_unique<T[N]>` disallowed?
Sep 05, 2022
c++
language-lawyer
unique-ptr
c++14
Why is this not a constant expression?
Sep 05, 2022
c++
templates
c++11
constexpr
c++14
Can I use a constexpr value in a lambda without capturing it?
Sep 05, 2022
c++
lambda
c++14
constexpr
Guidelines to do constexpr operator-overloading?
Aug 24, 2022
c++
c++11
operator-overloading
constexpr
c++14
How to move from std::optional<T>
Sep 04, 2022
c++
std
c++14
boost-optional
Are there any realistic use cases for `decltype(auto)` variables?
Nov 10, 2022
c++
c++14
auto
type-deduction
decltype-auto
« Newer Entries
Older Entries »