$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] flat_(multi)map/set and Compare::is_transparent
From: TONGARI J (tongari95_at_[hidden])
Date: 2017-09-06 06:09:42
Hi,
Since C++14, the standard introduces transparent comparators for
heteregeneous lookup, but seems that the Boost's flat counterparts don't
take advantage of this yet.
Is there any plan to support transparent comparators?
Thanks.