$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] C++11, boost::filesystem::path, no std::hash specialization
From: Benjamin Kircher (benjamin.kircher_at_[hidden])
Date: 2012-12-02 15:57:53
Hi there,
I cannot use boost::filesystem::path with an e.g. unordered_set because
std::hash seems not to be specialized for this type. Is this intended?
Should I file a bug? Or am I completely misguided?
I use 1.52 libraries with -DBOOST_FILESYSTEM_NO_DEPRECATED. I searched the
bug database but did not find anything relevant (other than this
https://svn.boost.org/trac/boost/ticket/5650 ticket).
Thanks in advance,
-Benjamin