Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "c.h"
#ifndef OTHER_H
#define OTHER_H
namespace N {
struct C {
template<typename U> static void f(U) {}
};
}
#endif