Ticket #6811: mar-bug.cpp

File mar-bug.cpp, 132 bytes (added by Bruce Merry <bmerry@…>, 11 years ago)

Test case illustrating the bug

Line 
1#include <boost/multi_array.hpp>
2
3typedef boost::multi_array<int, 3> T;
4
5void bar(const T &value = T())
6{
7}
8
9int main() {}