You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of "using namespace std" and declaring a variable named "size"
leads to problems in C++17 mode and hence GCC 11. There is ambiguity
because C++17 has "std::size" in the standard library.
The text was updated successfully, but these errors were encountered:
Apparently:
The use of "using namespace std" and declaring a variable named "size"
leads to problems in C++17 mode and hence GCC 11. There is ambiguity
because C++17 has "std::size" in the standard library.
The text was updated successfully, but these errors were encountered: