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
Why do the std smart pointer type destructors not inherit the noexcept dtor status of the pointed to object
Feb 07, 2022
c++
c++11
destructor
smart-pointers
noexcept
How to make default constructor defined outside the class noexcept?
Oct 31, 2022
c++
c++11
default-constructor
noexcept
disabled exceptions and noexcept()
Oct 28, 2022
c++
c++11
g++
noexcept
Should I use throw() when implementing non-throwing swap?
Feb 15, 2022
c++
swap
noexcept
Are `inline` and `noexcept` redundant in a consteval context?
Aug 27, 2022
c++
inline
c++20
noexcept
consteval
Is make_unique in initializer list in copy constructor good purpose to not use noexcept specifier?
Oct 16, 2019
c++
c++11
copy-constructor
noexcept
Wouldn't it make sense to overload with respect to noexcept?
Mar 11, 2022
c++11
overloading
overload-resolution
noexcept
c++17
Can a non-throwing function pointer point to a throwing-function?
Aug 22, 2022
c++
function-pointers
noexcept
Under which circumstances might std::unique_ptr::operator[] throw?
Jan 03, 2017
c++
c++11
language-lawyer
unique-ptr
noexcept
Strange behavior of noexcept specifier in C++14
Aug 22, 2022
c++
c++14
language-lawyer
noexcept
Casting a function pointer into a noexcept specified function pointer
Jun 09, 2022
c++
function-pointers
noexcept
Rationale for std::move_if_noexcept still moving throwing move-only types?
Oct 05, 2016
c++
move-semantics
noexcept
noexcept specifier and compiler optimizations
Nov 02, 2022
c++
c++11
compiler-optimization
noexcept
can floating point multiplication throw an exception in C++?
Sep 13, 2022
c++
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
« Newer Entries
Older Entries »