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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
-isystem /runner/frameworks/cpp/ error: too few template arguments for class template 'set' std::set<std::string> a; ^ /usr/include/c++/v1/__tree:685:71: note: template is declared here template <class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY set; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 1 error generated.
But std::set has only one non-default (type) parameter.
Upd: It's forward declaration of the class set, for set definition should be included.