Ticket #6139: error.txt

File error.txt, 1.0 KB (added by Jürgen Hunold, 11 years ago)

clang error backtrace

Line 
1In file included from BOOST_ROOT/boost/spirit/include/phoenix_stl.hpp:13:
2In file included from BOOST_ROOT/boost/spirit/home/phoenix/stl.hpp:12:
3In file included from BOOST_ROOT/boost/spirit/home/phoenix/stl/algorithm.hpp:14:
4In file included from BOOST_ROOT/boost/spirit/home/phoenix/stl/algorithm/querying.hpp:17:
5In file included from BOOST_ROOT/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp:23:
6In file included from BOOST_ROOT/boost/spirit/home/phoenix/stl/algorithm/detail/./is_std_map.hpp:23:
7BOOST_ROOT/boost/detail/container_fwd.hpp:122:24: error: class template 'complex' was previously declared as a struct template [-Werror,-Wmismatched-tags]
8 template <class T> class complex;
9 ^
10/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/complex:123:12: note: previous use is here
11 struct complex
12 ^
13BOOST_ROOT/boost/detail/container_fwd.hpp:122:24: note: did you mean struct here?
14 template <class T> class complex;
15 ^~~~~
16 struct
171 error generated.
18