Commit 994d3884 by Robert Lipe

Add better error text.

From-SVN: r20170
parent 9224220f
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
int main() int main()
{ {
priority_queue< int, vector<int>, greater<int> > pq; // ERROR - priority_queue< int, vector<int>, greater<int> > pq; // ERROR - unknown template
return 0; return 0;
} }
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