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
`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
C++11 noexcept qualifier and inline methods
Aug 27, 2022
c++
exception
c++11
inline
noexcept
noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
Aug 19, 2022
c++
c++11
language-lawyer
noexcept
inheriting-constructors
Is noexcept useless when not throwing is zero-cost?
Nov 09, 2022
c++
exception
compilation
noexcept
Never annotate functions involving dynamic memory allocation as noexcept?
Nov 12, 2022
c++
c++11
bad-alloc
noexcept
What algorithms and containers in the C++ 11 STL can go faster if a type is noexcept?
May 27, 2020
c++
algorithm
c++11
stl
noexcept
C++ noexcept for a function not throwing exceptions, but can cause a memory failure
Oct 17, 2019
c++
noexcept
Should I declare the copy constructor of my exceptions noexcept?
Jul 14, 2019
c++
exception
c++11
copy-constructor
noexcept
Is there any point in declaring a deleted function as noexcept?
Mar 22, 2022
c++
noexcept
exception-specification
deleted-functions
« Newer Entries
Older Entries »