Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:\work\c++>clang++ -std=c++11 -Ic:/lib/boost_1_48_0 test.cpp
- In file included from test.cpp:4:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string.hpp:23:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/split.hpp:16:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/iter_find.hpp:27:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/find_iterator.hpp:24:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/detail/find_iterator.hpp:18:
- In file included from c:/lib/boost_1_48_0\boost/function.hpp:24:
- In file included from c:/lib/boost_1_48_0\boost/function/detail/prologue.hpp:17:
- In file included from c:/lib/boost_1_48_0\boost/function/function_base.hpp:16:
- In file included from c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\memory:75:
- c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:228:2: error: no matching function for call to '_S_destroy'
- _S_destroy(&_M_mutex);
- ^~~~~~~~~~
- c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:273:7: note: candidate template ignored: substitution
- failure [with _Rm = __gthread_recursive_mutex_t]: non-type template argument evaluates to 4, which cannot be
- narrowed to type 'bool'
- _S_destroy(_Rm* __mx)
- ^
- c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:282:7: note: candidate template ignored: substitution
- failure [with _Rm = __gthread_recursive_mutex_t]: no member named 'actual' in '__gthread_recursive_mutex_t'
- _S_destroy(_Rm* __mx)
- ^
- c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:290:7: note: candidate template ignored: substitution
- failure [with _Rm = __gthread_recursive_mutex_t]: no type named '__type' in '__gnu_cxx::__enable_if<false, void>'
- _S_destroy(_Rm* __mx)
- ^
- In file included from test.cpp:4:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string.hpp:23:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/split.hpp:16:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/iter_find.hpp:27:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/find_iterator.hpp:24:
- In file included from c:/lib/boost_1_48_0\boost/algorithm/string/detail/find_iterator.hpp:18:
- In file included from c:/lib/boost_1_48_0\boost/function.hpp:24:
- In file included from c:/lib/boost_1_48_0\boost/function/detail/prologue.hpp:17:
- In file included from c:/lib/boost_1_48_0\boost/function/function_base.hpp:21:
- In file included from c:/lib/boost_1_48_0\boost/integer.hpp:20:
- c:/lib/boost_1_48_0\boost/integer_traits.hpp:243:50: error: use of undeclared identifier '_I64_MIN'
- public detail::integer_traits_base< __int64, _I64_MIN, _I64_MAX>
- ^
- c:/lib/boost_1_48_0\boost/integer_traits.hpp:244:1: error: expected class name
- { };
- ^
- c:/lib/boost_1_48_0\boost/integer_traits.hpp:249:62: error: use of undeclared identifier '_UI64_MAX'
- public detail::integer_traits_base< unsigned __int64, 0, _UI64_MAX>
- ^
- c:/lib/boost_1_48_0\boost/integer_traits.hpp:250:1: error: expected class name
- { };
- ^
- 5 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment