1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Make typedef public to make MSVC++ happy.

llvm-svn: 53433
This commit is contained in:
Ted Kremenek 2008-07-10 23:24:20 +00:00
parent d2eef72ae9
commit 4e5efc791c

View File

@ -77,6 +77,7 @@ private:
// A specialization of ilist_traits for alist_nodes.
template<class T, class LargestT>
class ilist_traits<alist_node<T, LargestT> > {
public:
typedef alist_node<T, LargestT> NodeTy;
protected: