+ 4
What is that
https://code.sololearn.com/caf5RSPaN0hD/?ref=app what is its name and how to use it efficiently
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?
+ 2
RKK yes it is something like that I saw it in a code
+ 2
Thanks for all