Skip to content
Snippets Groups Projects
Commit 9195d87f authored by Brad King's avatar Brad King
Browse files

BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not std::allocator.

parent 8315f991
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ void f(const T&, const Alloc&)
};
int main()
{
f(0, std::allocator<char>());
f(0, kwsys_stl::allocator<char>());
return 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment