C++ 템플릿 생각하고


class Container<T> { constructor(private foo: T) { this.foo = new T(); } }


이 지랄 했다가 workaround 찾는다고 구글링하는데만 2시간 썼다