#11766 closed Bugs (fixed)
Fusion container's conversion ctor and SFINAE.
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.61.0 | Component: | fusion |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | SFINAE | Cc: |
Description
Following code don't compile because conversion-ctor.
#include <boost/fusion/include/vector.hpp> using namespace boost::fusion; int main() { vector<> n; void* p; vector<vector<>, void*> v(n, p); }
http://melpon.org/wandbox/permlink/5RH4LvoYcZFEaqFY
I'll try to fix this before 1.60 release...
Change History (4)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/boostorg/fusion/pull/118