Template instantiation results in a link failure
Paolo Carlini
paolo.carlini@oracle.com
Wed May 25 23:04:00 GMT 2011
On 05/26/2011 12:57 AM, Sam Varshavchik wrote:
> #include <algorithm>
> #include <iterator>
> #include <iostream>
>
> int main()
> {
> std::find(std::istreambuf_iterator<char>(std::cin),
> std::istreambuf_iterator<char>(), '\n');
> return 0;
> }
The symbols are in the .so but unexported. Likely my fault, sorry. I'll
fix that momentarily for 4.6.1.
Thanks,
Paolo.
More information about the Libstdc++
mailing list