mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 00:43:48 +00:00
Make typedef public to make MSVC++ happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3000357ab5
commit
0ebf14c4bb
@ -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…
x
Reference in New Issue
Block a user