Search code examples
Is the exception specification part of the immediate context in SFINAE?...


c++language-lawyersfinaenoexcept

Read More
How do I create an alias for a noexcept function pointer?...


c++c++11function-pointersnoexcept

Read More
C++11 - How to fix noexcept operator that fails to detect function declaration with noexcept specifi...


c++11decltypenoexcept

Read More
Destructors and noexcept...


c++c++11destructornoexcept

Read More
std::function with noexcept in C++17...


c++functionc++17noexcept

Read More
Why vector access operators are not specified as noexcept?...


c++exceptionc++11stlnoexcept

Read More
Is array::operator[] actually noexcept?...


c++c++11stdnoexcept

Read More
Handling gcc's noexcept-type warning...


c++g++c++17noexceptgcc7

Read More
noexcept, stack unwinding and performance...


c++c++11exceptionnoexcept

Read More
Is make_unique in initializer list in copy constructor good purpose to not use noexcept specifier?...


c++c++11copy-constructornoexcept

Read More
Why std::any & operator= for ValueType is not conditionally noexcept?...


c++c++17assignment-operatoranynoexcept

Read More
How to deal with noexcept in Visual Studio...


c++visual-studio-2012c++11noexcept

Read More
Why is there no `noexcept` specifier on std::unordered_map::count?...


c++c++11language-lawyerunordered-mapnoexcept

Read More
C++ ISO noexcept of noexcept...


c++noexcept

Read More
C++11 noexcept qualifier and inline methods...


c++exceptionc++11inlinenoexcept

Read More
Why are deque's pop_front() and pop_back() not noexcept?...


c++c++11dequestdnoexcept

Read More
Is `this` allowed inside a noexcept specification?...


c++thislanguage-lawyernoexcept

Read More
Use noexcept operator depenendet...


c++c++11noexcept

Read More
Why there is no std::uninitialized_move_if_noexcept?...


c++c++17moveplacement-newnoexcept

Read More
What are the side effects of marking a derived implementation noexcept while the interface is not...


c++inheritancepolymorphismnoexcept

Read More
Protected noexcept constructor doesn't seem noexcept from derived class. Why?...


c++noexcept

Read More
Usage of noexcept in derived classes...


c++c++11stdtraitsnoexcept

Read More
C++ exception, undefined behavior and noexcept...


c++exceptionundefined-behaviornoexcept

Read More
Point of evaluation of exception specification...


c++language-lawyerc++17noexcept

Read More
Example for dependent name lookup in case when noexcept-specification is needed but not instantiated...


c++templatesc++14noexceptname-lookup

Read More
Evaluating noexcept specifier before template type deduction...


c++c++11language-lawyernoexcept

Read More
`std::terminate` invocation in a `noexcept` function with limited visibility - gcc vs clang codegen...


c++c++11exceptioncode-generationnoexcept

Read More
can floating point multiplication throw an exception in C++?...


c++noexcept

Read More
Will an exception thrown from a noexcept function parameter's constructor immediately result in ...


c++c++11exceptionnoexcept

Read More
When could std::priority_queue::pop throw an exception...


c++priority-queuestdnoexcept

Read More
BackNext