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
In the following example, the VAR variable is different than VAR<double>, this is why from the definition it cannot seen where is used. Using is another different node.
template<classT>
constexpr T VAR = T{};
func(VAR<double>);
using NS::VAR; // doesn't linked to variable