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
Strange behavior when a function declared as noexcept throws an exception in its default argument
Aug 25, 2022
c++
exception
language-lawyer
noexcept
What are the rules for noexcept on default defined move constructors?
Sep 15, 2022
c++
c++11
move-semantics
pimpl-idiom
noexcept
noexcept specifier mysteriously breaks compilation (clang, gcc disagree)
Apr 03, 2022
c++
c++11
gcc
clang
noexcept
C++ omitting `noexcept` specifier versus `noexcept(false)`, what is their precise meaning?
Nov 16, 2022
c++
c++11
noexcept
Use of the noexcept specifier in function declaration and definition?
Nov 18, 2022
c++
c++11
noexcept
=default in declaration vs definition
Nov 05, 2022
c++
default-constructor
noexcept
Determine whether a constructor of an abstract base class is noexcept?
Jun 23, 2021
c++
c++11
c++14
c++17
noexcept
Does it make sense to declare inline functions noexcept?
Sep 28, 2022
c++
c++11
inline
noexcept
How to use noexcept in assignment operator with copy-and-swap idiom?
Dec 11, 2018
c++
c++11
noexcept
copy-and-swap
Does the C++ standard mandate that C-linkage functions are `noexcept`?
Oct 16, 2022
c++
c
c++11
language-lawyer
noexcept
Can the "main" function be declared with the "noexcept" specifier?
Sep 05, 2022
c++
language-lawyer
main
c++17
noexcept
Why is my defaulted move constructor not noexcept?
Nov 10, 2022
c++
c++11
move-constructor
noexcept
What is noexcept useful for?
Sep 03, 2022
c++
visual-studio
exception
c++11
noexcept
`static constexpr` function called in a constant expression is...an error?
Sep 12, 2022
c++
c++11
constexpr
noexcept
constant-expression
std::function with noexcept in C++17
Sep 02, 2022
c++
function
c++17
noexcept
Why is std::unique_ptr::reset() always noexcept?
Sep 02, 2022
c++
c++11
language-lawyer
destructor
noexcept
C++ ISO noexcept of noexcept
Sep 02, 2022
c++
noexcept
Handling gcc's noexcept-type warning
Sep 01, 2022
c++
g++
c++17
noexcept
gcc7
Destructors and noexcept
Sep 01, 2022
c++
c++11
destructor
noexcept
Is there an automatic noexcept specifier?
Sep 23, 2022
c++
c++11
c++14
noexcept
« Newer Entries
Older Entries »