... oops, no need to open a new minor version, we already bumped post 4.6.0.
Committed mainline and 4_6-branch.
Paolo.
//
2011-05-25 Paolo Carlini
* config/abi/pre/gnu.ver: Correct last change, export instead
at the existing @3.4.16.
* configure.a
On 05/26/2011 01:04 AM, Paolo Carlini wrote:
On 05/26/2011 12:57 AM, Sam Varshavchik wrote:
#include
#include
#include
int main()
{
std::find(std::istreambuf_iterator(std::cin),
std::istreambuf_iterator(), '\n');
return 0;
}
The symbols are in the .so but unexported. Likely