Commit c96b939f by Fariborz Jahanian

Test for bug in read-back of the pending instantiation list from the PCH file.

From-SVN: r62063
parent 13e73b29
#include "uninst.H"
template <class Type> void FOO() { }
int main() {
FOO<char>(); // stage 2 needs this
return min<unsigned long>(5, 0);
}
#include <bits/stl_algobase.h>
using namespace std;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment