This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Template instantiation results in a link failure


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]