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 noexcept
Inconsistencies with conditional noexcept and overloads
Feb 22, 2022
c++
c++11
templates
argument-dependent-lookup
noexcept
How do I create a noexcept function pointer?
Oct 15, 2022
c++
c++11
function-pointers
noexcept
How can I declare a move constructor of a wrapper type X<T> noexcept depending on is_nothrow_move_constructible<T>?
Feb 03, 2022
c++
template-meta-programming
noexcept
Is `this` allowed inside a noexcept specification?
Nov 06, 2022
c++
this
language-lawyer
noexcept
Can I mark a classes move-operation noexcept if it contains a standard container?
Nov 02, 2022
c++
c++11
containers
move-semantics
noexcept
function-try-block and noexcept
Apr 04, 2022
c++
visual-c++
c++11
c++14
noexcept
Why is unique_ptr operator* not noexcept? [duplicate]
Sep 21, 2022
c++
unique-ptr
dereference
noexcept
Can placement new (expression) throw if the constructor of the object is noexcept?
Mar 02, 2022
c++
exception
c++11
placement-new
noexcept
`std::terminate` invocation in a `noexcept` function with limited visibility - gcc vs clang codegen
Apr 14, 2021
c++
c++11
exception
code-generation
noexcept
Can we refer to member variables in a noexcept specification?
Nov 05, 2022
c++
language-lawyer
c++14
c++17
noexcept
Should constructors on std::chrono::...::time_point be noexcept? (Or why aren't they?)
Oct 01, 2021
c++
atomic
chrono
noexcept
Add noexcept on otherwise-non-throwing inline functions calling C functions?
Nov 04, 2022
c++
c++11
noexcept
Why std::map find() is not declared as noexcept?
Nov 05, 2021
c++
dictionary
noexcept
exception-specification
Why there is no std::uninitialized_move_if_noexcept?
Feb 05, 2022
c++
c++17
move
placement-new
noexcept
Can a noexcept function still call a function that throws in C++17?
Oct 30, 2022
c++
exception
function-pointers
c++17
noexcept
Enforce "noexcept" on std::function?
Aug 22, 2022
c++
function
noexcept
How can I say "noexcept if execution of protected base constructor is noexcept"?
Apr 15, 2020
c++
c++11
inheritance
protected
noexcept
What does noexcept exactly encompass for constructors?
Aug 28, 2017
c++
c++11
constructor
language-lawyer
noexcept
In what cases does a C++ compiler infer noexcept?
Sep 23, 2022
c++
exception
compiler-optimization
noexcept
Why there is no std::move_if_noexcept counterpart for std::forward in C++11/14?
May 20, 2018
c++
c++11
perfect-forwarding
noexcept
« Newer Entries
Older Entries »