[cfe-commits] fixed hash_map compilation
Howard Hinnant
hhinnant at apple.com
Tue Nov 6 13:58:18 PST 2012
On Oct 25, 2012, at 10:37 PM, Vasyl Vavrychuk <vvavrychuk at gmail.com> wrote:
> Hi,
>
> This fixes hash_map compilation error of undefined unique_ptr name.
>
> Vasyl
> <0001-fixed-hash_map-compilation.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
Thanks for the patch. Though before applying it I would like to understand why the:
namespace __gnu_cxx {
using namespace std;
in <ext/hash_map> doesn't allow for the lookup of unique_ptr without the std prefix.
Howard
More information about the cfe-commits
mailing list