C++ template instantiation with identity argument
- by aaa
hello.
I have ran into yet another problem I do not understand.
The following does not instantiate, why?
template<class E>
void operator[](typename boost::mpl::identity<E>::type e) const;
thank you for your help