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
Is knowledge about noexcept-ness supposed to be forwarded when passing around a function pointer?
Jun 26, 2018
c++
c++11
noexcept
Why does std::vector use the move constructor although declared as noexcept(false)
Apr 04, 2020
c++
c++11
vector
move-semantics
noexcept
“Default member initializer needed within definition of enclosing class outside of member functions” - is my code ill-formed?
Jan 12, 2022
c++
c++11
language-lawyer
inner-classes
noexcept
Is calling a "noexcept function" through a "function" lvalue undefined?
May 11, 2022
c++
language-lawyer
function-pointers
undefined-behavior
noexcept
Why is default noexcept move constructor being accepted?
Sep 14, 2022
c++
c++17
language-lawyer
default-constructor
noexcept
Does anything prevent std::optional::value_or() from being conditionally noexcept?
Apr 21, 2022
c++
language-lawyer
c++17
noexcept
stdoptional
`noexcept` behavior of `constexpr` functions
Sep 14, 2022
c++
c++17
language-lawyer
constexpr
noexcept
C++ noexcept declaration changes template deduction
Nov 18, 2022
c++
templates
noexcept
Can the std::vector default constructor throw an exception
Sep 06, 2022
c++
stdvector
noexcept
bad-alloc
Point of evaluation of exception specification
Mar 08, 2022
c++
language-lawyer
c++17
noexcept
Evaluating noexcept specifier before template type deduction
Nov 05, 2019
c++
c++11
language-lawyer
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
« Newer Entries
Older Entries »