mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
[Support][ErrorOr] Make old gcc happy.
Apparently this is how C++98 worked pre-DR. (Thanks Richard). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e65d46246c
commit
7ad70bf46a
@ -172,7 +172,7 @@ public:
|
||||
>::type storage_type;
|
||||
|
||||
private:
|
||||
typedef T &reference;
|
||||
typedef typename remove_reference<T>::type &reference;
|
||||
typedef typename remove_reference<T>::type *pointer;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user