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
Can a C++14/17 project use binary libraries compiled using C++11 standard or does the source code need to be recompiled?
Jul 20, 2019
c++
c++11
c++14
standards
c++-standard-library
Applying a function to each element of a tuple
Feb 10, 2022
c++
tuples
c++14
Strings in headers -- does this violate the ODR?
Apr 13, 2018
c++
c++11
c++14
language-lawyer
one-definition-rule
Comparing optimized builds with switch case and polymorphism
Oct 20, 2022
c++
c++11
switch-statement
polymorphism
c++14
calling non constexpr function from constexpr allowed in some conditions
Aug 28, 2022
c++
c++14
constexpr
Template aliases conflicting types. g++ compiles successfully while clang fails
Jul 16, 2019
c++
templates
c++14
typetraits
template-aliases
Switching back and forth between Array of Structures (AoS) and Structure of Arrays (SoA)
Nov 16, 2022
c++
c++11
c++14
data-oriented-design
Why explicit std::move is needed when returning compatible type?
Oct 19, 2022
c++
c++11
c++14
move-semantics
Can we refer to member variables in a noexcept specification?
Nov 05, 2022
c++
language-lawyer
c++14
c++17
noexcept
Decay types before passing to std::result_of
Dec 20, 2020
c++
templates
c++11
c++14
How to elide copy when chaining?
Nov 02, 2022
c++
c++14
c++17
Auto deduced return types in forward declaration and mixing with old function syntax
Oct 16, 2022
c++
c++11
language-lawyer
c++14
Is mixing the old and new C++ function syntax in a class allowed?
Sep 05, 2022
c++
c++14
auto
Which enum values are undefined behavior in C++14, and why?
Aug 29, 2022
c++
enums
c++14
language-lawyer
undefined-behavior
Why do template template parameters with constraints require stricter arguments?
Mar 20, 2022
c++
templates
constraints
c++14
Why doesn't a left fold expression invert the output of a right fold expression?
Jun 19, 2019
c++
templates
c++14
fold-expression
Specialize static constexpr data member
Nov 06, 2022
c++
c++14
template-specialization
Const-correct accessor to vector of pointers without transfer of ownership in abstract interface
Aug 14, 2022
c++
c++14
api-design
c++17
Can I legally reinterpret_cast between layout-compatible standard-layout types?
Aug 17, 2022
c++
standards
c++14
standard-layout
SFINAE and noexcept specifier
Aug 05, 2022
c++
c++11
constructor
c++14
sfinae
« Newer Entries
Older Entries »