Changes between Initial Version and Version 1 of Ticket #4028, comment 9
- Timestamp:
- Jul 2, 2013, 9:50:49 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4028, comment 9
initial v1 1 1 I believe the only solution we have is to use an ADL barrier. E.g. 2 2 {{{ 3 3 #include <boost/array.hpp> 4 4 #include <boost/fusion/container/vector.hpp> … … 21 21 begin(foo); 22 22 } 23 }}}