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 nodiscard
Are new C++17 [[nodiscard]] warnings since Visual Studio 15.6.2 compiler update standards-compliant?
Jan 31, 2023
c++
visual-c++
c++17
language-lawyer
nodiscard
Why clang-tidy suggests to add [[nodiscard]] everywhere?
Apr 15, 2022
c++
clang
clang-tidy
nodiscard
Template parameter dependant [[nodiscard]]
May 05, 2022
c++
attributes
c++17
nodiscard
[[nodiscard]] in std::function return type definition?
Mar 30, 2022
c++
c++17
std
nodiscard
Why is unique_ptr::release not defined with [[nodiscard]]?
Sep 18, 2022
c++
unique-ptr
nodiscard
Is it possible to ignore [[nodiscard]] in a special case?
Sep 06, 2022
c++
c++17
nodiscard
warning C5240: 'nodiscard': attribute is ignored in this syntactic position
May 08, 2022
c++
visual-studio-2019
warnings
nodiscard
Ways to specify [[nodiscard]] before C++17
Nov 07, 2022
c++
nodiscard
How can I intentionally discard a [[nodiscard]] return value?
Oct 24, 2022
c++
c++17
nodiscard
Why is std::move not [[nodiscard]] in C++20?
Sep 25, 2022
c++
c++17
language-lawyer
c++20
nodiscard