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
Translation uses things like std::numeric_limits, std::tuple, std::vector, etc. But they are defined in the standard header files as <vector>. So, if translation uses std library features, we need to add required includes.
The text was updated successfully, but these errors were encountered:
Translation uses things like
std::numeric_limits
,std::tuple
,std::vector
, etc. But they are defined in the standard header files as<vector>
. So, if translation uses std library features, we need to add required includes.The text was updated successfully, but these errors were encountered: