+ 4

What is that

https://code.sololearn.com/caf5RSPaN0hD/?ref=app what is its name and how to use it efficiently

29th Apr 2020, 10:09 PM
ABADA S
ABADA S - avatar
4 Answers
+ 2
#include <iostream> using namespace std; int main() { [[maybe_unused]] int h; return 0; } https://timsong-cpp.github.io/cppwp/n4659/dcl.attr.unused#1 for more: https://en.cppreference.com/w/cpp/language/attributes are you talking about this?
29th Apr 2020, 10:26 PM
minirkk
minirkk - avatar
+ 2
RKK yes it is something like that I saw it in a code
29th Apr 2020, 10:27 PM
ABADA S
ABADA S - avatar
+ 2
Thanks for all
3rd May 2020, 6:01 PM
ABADA S
ABADA S - avatar