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
As far as I can tell the function below is not constexpr, but the code compiles in clang and g++. What am I missing?
Apr 23, 2022
c++
c++14
constexpr
Why is overriding both the global new operator and the class-specific operator not ambiguous behaviour?
Aug 23, 2022
c++
c++11
c++14
language-lawyer
new-operator
What is std::ref useful for in this function?
Sep 26, 2022
c++
c++11
c++14
Member initializer list: initialize two members from a function returning a tuple
Feb 17, 2022
c++
tuples
c++14
c++17
initialization-list
Passing many functions and storing all their results in a tuple
Oct 24, 2022
c++
templates
tuples
c++14
variadic
Explicit move constructor
Nov 20, 2022
c++
c++11
constructor
move-constructor
c++14
Why specializing a type_trait could result in undefined behaviour?
Sep 05, 2021
c++
c++11
language-lawyer
undefined-behavior
c++14
Equivalent of python map function using lambda
Oct 25, 2022
c++
templates
lambda
c++14
C++ function slash operator lambda expression
Mar 11, 2022
c++
c++11
lambda
c++14
Type traits to check if class has member function
Sep 24, 2022
c++
c++14
typetraits
Compile time size of data member std::array in non-class template (C++14)
Mar 18, 2022
c++
templates
c++14
stdarray
Template reference argument deduction failure in C++
Oct 22, 2022
c++
templates
constants
c++14
Why non-mutable lambda captures can be moved?
Nov 06, 2021
c++
lambda
c++14
move-semantics
How can I detect whether a template argument is a noexcept function?
Nov 13, 2022
c++
templates
c++11
c++14
How can I make this variadic template code shorter using features from C++14 and C++1z?
Jan 15, 2021
c++
c++14
variadic-templates
template-meta-programming
c++17
Create bitmask based on a pattern as constexpr
Apr 07, 2021
c++
c++11
bit-manipulation
c++14
constexpr
Repeatedly moving a variable from lambda that has been move captured
Aug 18, 2021
c++
c++11
lambda
c++14
move-semantics
Overhead of std::optional<T>?
May 28, 2022
performance
g++
c++14
overhead
stdoptional
Infinite recursive template instantiation expected?
May 28, 2021
templates
c++11
c++14
sfinae
Shocked by the strange behavior of unordered_map
Nov 07, 2022
c++
c++14
unordered-map
c++17
« Newer Entries
Older Entries »