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:
parent
d2eef72ae9
commit
4e5efc791c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user