$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Container] Need map supporting incomplete type and heterogeneous lookup
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2015-11-30 08:18:50
Not the OP, but I assume he means the C++14 is_transparent version of find
template< class K > iterator find( const K& x );
http://en.cppreference.com/w/cpp/container/map/find
http://stackoverflow.com/questions/20317413/what-are-transparent-comparators