Opened 10 years ago
#7975 new Bugs
mpl::insert<...>::type::type returns empty map when inserting into an mpl::map
Reported by: | Owned by: | Aleksey Gurtovoy | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpl |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The following code:
using namespace boost::mpl; insert<map<>, pair<int_<1>, int_<2> > >::type::type
gives
boost::mpl::map0<>
Note:
See TracTickets
for help on using tickets.