Search code examples
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
Does the C++ standard mandate that C-linkage functions are `noexcept`?...


c++cc++11language-lawyernoexcept

Read More
copy elision of return values and noexcept...


c++exceptionoptimizationnoexcept

Read More
Is calling a "noexcept function" through a "function" lvalue undefined?...


c++language-lawyerfunction-pointersundefined-behaviornoexcept

Read More
Implicitly deleted special functions with std::chrono::time_point...


c++c++-chrononoexcept

Read More
Should function-try-block of d'tor allow handling of throwing member-variable d'tor?...


c++noexceptfunction-try-block

Read More
Need for std::decay in noexcept operator?...


c++language-lawyernoexcept

Read More
Is noexcept useless when not throwing is zero-cost?...


c++exceptioncompilationnoexcept

Read More
BackNext