mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Fix MSVC build (again!).
Remove two `typename`s that I should have removed in r240307 but left in by mistake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84f9ca8e19
commit
060e38ab9f
@ -208,11 +208,10 @@ public:
|
||||
};
|
||||
|
||||
raw_ostream &
|
||||
operator<<(raw_ostream &OS,
|
||||
const typename FaultMapParser::FunctionFaultInfoAccessor &);
|
||||
operator<<(raw_ostream &OS, const FaultMapParser::FunctionFaultInfoAccessor &);
|
||||
|
||||
raw_ostream &operator<<(raw_ostream &OS,
|
||||
const typename FaultMapParser::FunctionInfoAccessor &);
|
||||
const FaultMapParser::FunctionInfoAccessor &);
|
||||
|
||||
raw_ostream &operator<<(raw_ostream &OS, const FaultMapParser &);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user