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] | |
The symbols are in the .so but unexported. Likely my fault, sorry. I'll fix that momentarily for 4.6.1.#include <algorithm> #include <iterator> #include <iostream>
int main() { std::find(std::istreambuf_iterator<char>(std::cin), std::istreambuf_iterator<char>(), '\n'); return 0; }
Thanks, Paolo.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |