Search code examples
Why some C++ standard functions are missing literal exception specification?...


c++exceptionlanguage-lawyernoexcept

Read More
what is std::exception::what() and why to use it?...


c++c++11exceptionnoexcept

Read More
Enabling warnings when a noexcept function attempts to call non-noexcept function in gcc or clang...


c++g++clangnoexcept

Read More
Is my code ill-formed if I intentionally mark a function [that I know may probably throw] noexcept t...


c++noexcept

Read More
What is the difference between C++03 `throw()` specifier and C++11 `noexcept`?...


c++c++11language-lawyerthrownoexcept

Read More
When is `noexcept` required on move assignment?...


c++noexceptmove-assignment-operator

Read More
Is std::span constructor missing noexcept?...


c++exceptionstlnoexcept

Read More
C++17: Deducing function noexcept specifier as non-type parameter...


c++templatesc++17noexcept

Read More
GCC compiles use of noexcept operator but clang and msvc rejects it...


c++exceptionlanguage-lawyernoexceptexception-specification

Read More
Can the ctor be marked noexcept based on allocator type?...


c++allocatornoexceptc++pmr

Read More
noexcept, third party and STL calls...


c++c++11noexcept

Read More
Type traits `is_noexcept`, `add_noexcept`, and `remove_noexcept`?...


c++c++20type-traitsnoexceptc++23

Read More
Ternary operator applied to different lambdas produces inconsistent results...


c++lambdalanguage-lawyerc++20noexcept

Read More
Unit test to check for `noexcept` property for a C++ method...


c++unit-testingcmakec++17noexcept

Read More
Can getters be marked `noexcept`?...


c++getternoexcept

Read More
Function pointer which accepts both with and without noexcept...


c++templatesc++17function-pointersnoexcept

Read More
Should Lippincott functions be declared noexcept?...


c++exceptionnoexcept

Read More
Why noexcept is used twice for global swap function...


c++c++11noexcept

Read More
Check if a lambda is noexcept...


c++c++11templateslambdanoexcept

Read More
Reference to initializer_list in noexcept specifier of std::optional...


c++option-typeinitializer-listlibstdc++noexcept

Read More
COleDateTime::SetDateTime and noexcept (code analysis)...


visual-c++mfccode-analysisnoexceptcoledatetime

Read More
Specifying noexcept function conditionally...


c++noexcept

Read More
C++ exception specification for iostream operator overloading...


c++operator-overloadingiostreamnoexcept

Read More
Should I declare the copy constructor of my exceptions noexcept?...


c++exceptionc++11copy-constructornoexcept

Read More
C++ function with noexcept in this case is actually slower?...


c++performanceoptimizationclangnoexcept

Read More
noexcept operator used on function object always yields true...


c++metaprogrammingnoexcept

Read More
Why exception specifiers on overloaded operators '<<' doesn't work to any std::ost...


c++c++11constexprnoexcept

Read More
Why those two std::string find() functions are declared as noexcept?...


c++stringc++20noexceptstring-view

Read More
Why is default noexcept move constructor being accepted?...


c++c++17language-lawyerdefault-constructornoexcept

Read More
noexcept operator with lambdas. MSVC bug?...


c++visual-c++noexcept

Read More
BackNext