Boost logo

Boost :

From: thierno camara (thiernocamara2003_at_[hidden])
Date: 2008-04-15 11:50:17


I just want to point out that even with the fix that went in today, the
behavior of enable_shared_from_this::shared_from_this when multiple
shared_ptrs take independent ownership is inconsistent with the old
behavior. The old behavior was that shared_from_this would return a
shared_ptr that shared ownership with whichever shared_ptr took ownership
of the object last. The new behavior is shared_from_this always returns a
shared_ptr that shares ownership with the first shared_ptr to take
ownership of the object. The attached example illustrates the difference
when compiled against the old lib and svn trunk.

I don't want to make a big deal of this, as I actually think the new
behavior is more sane, but I thought I should point it out. My preferred
solution would be to just point out the change in the next release notes
or something like that.

2008/3/24, Lakshmi Narasaiah <clakshminarasaiah_at_[hidden]>:
>
> Hi,
> Actually we have to compile a program with Boost C++ in QNX(Gcc 2.95.3)
> using momentics.
> We have downloaded Boost C++ version 1.34.1.
> In QNX the Gcc version 2.95.3 is there along with QCC.
> First we have installed Boost C++ by following the commands.
> 1) ./configure --with-toolset = gcc, and
> 2) make install
> Some targets are skipped, some are not built and some more are built.
> In Momentics IDE(with GCC 2.95.3), we wrote one sample program with Boost
> C++, while compiling, it took much time and around 100 errors were there.
> These errors are from the Boost C++ library.
> We wrote a small program as follows
> <boost/filesystem.hpp>
> int main ()
> {
> return 0;
> }
> We set the "extra include path" in the compiler option in momentics as
> /usr/local/include/boost-1_34_1 where we have the boost directory and in
> that we have the FileSystem.hpp file. Also in the boost directory we have
> the following directory filesystem which contains the convenience.hpp and
> operations.hpp.
> Kindly let us know if we are heading in the right direction. The errors
> and the console o/p are attached.
> Regards,
> Lakshmi.
>
>
>
>
> ---------------------------------
> Now you can chat without downloading messenger. Click here to know how.
> Severity and
> Description Path Resource Location Creation Time
> Id
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 180 1206286789866 1430
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 104 1206286789868 1432
> instantiated from
> `boost::detail::is_convertible_impl_dispatch_base<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789859 1423
> instantiated from
> `boost::detail::is_convertible_impl_dispatch<boost::single_pass_traversal_tag,boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line
> 67 1206286789859 1424
> instantiated from
> `boost::detail::is_enum_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp line
> 129 1206286789934 1464
> instantiated from
> `boost::detail::is_pod_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pod.hpp line
> 40 1206286789938 1468
> instantiated from
> `boost::detail::is_pointer_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790039 1491
> instantiated from
> `boost::detail::is_scalar_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp line
> 35 1206286789936 1466
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 180 1206286789865 1429
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,int>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 104 1206286789869 1433
> instantiated from
> `boost::detail::operator_brackets_result<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 391 1206286789954 1476
> instantiated from
> `boost::detail::use_operator_brackets_proxy<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789950 1474
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem operations.hpp line
> 732 1206286789871 1435
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> &)' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem
> operations.hpp line 732 1206286789872 1436
> instantiated from
> `boost::is_arithmetic<boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789857 1422
> instantiated from
> `boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line
> 67 1206286789861 1425
> instantiated from
> `boost::is_enum<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286789935 1465
> instantiated from
> `boost::is_function<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789933 1463
> instantiated from
> `boost::is_member_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790038 1490
> instantiated from
> `boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789940 1469
> instantiated from
> `boost::is_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp line
> 35 1206286790041 1492
> instantiated from
> `boost::is_scalar<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pod.hpp line
> 40 1206286789937 1467
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 627 1206286789870 1434
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 654 1206286789955 1477
> instantiated from
> `boost::mpl::and_<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::detail::iterator_writability_disabled<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789944 1471
> instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789864 1428
> instantiated from
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789863 1427
> instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789862 1426
> instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789942 1470
> instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::mpl::and_<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::detail::iterator_writability_disabled<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789946 1472
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 104 1206286789867 1431
> instantiated from
> `boost::mpl::if_<boost::detail::use_operator_brackets_proxy<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::detail::operator_brackets_proxy<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789953 1475
> instantiated from
> `boost::mpl::not_<boost::mpl::and_<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::detail::iterator_writability_disabled<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789948 1473
> instantiating
> `boost::detail::is_arithmetic_impl<boost::forward_traversal_tag>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789856 1421
> instantiating
> `boost::detail::is_function_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp line
> 129 1206286789932 1462
> instantiating
> `boost::is_member_function_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790036 1489
> (use -ftemplate-depth-NN to increase the
> maximum) ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789855 1420
> (use -ftemplate-depth-NN to increase the
> maximum) ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789931 1461
> (use -ftemplate-depth-NN to increase the
> maximum) ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790035 1488
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>::operator [](...)' must be a
> nonstatic member function
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 654 1206286790179 1515
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>::operator [](...)' must take
> exactly two arguments ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 654 1206286790180 1516
> `value' is not a member of type
> `boost::detail::is_convertible_impl_dispatch<boost::single_pass_traversal_tag,boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line
> 67 1206286789897 1445
> `value' is not a member of type
> `boost::detail::use_operator_brackets_proxy<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790169 1511
> `value' is not a member of type
> `boost::detail::use_operator_brackets_proxy<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 70
> 1206286790172 1512
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789878 1439
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 356 1206286789880 1440
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 357 1206286789884 1442
> `value' is not a member of type
> `boost::is_enum<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286790033 1486
> `value' is not a member of type
> `boost::is_function<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789969 1480
> `value' is not a member of type
> `boost::is_member_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790065 1495
> `value' is not a member of type
> `boost::is_member_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286790089 1499
> `value' is not a member of type
> `boost::is_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp line
> 35 1206286790088 1498
> `value' is not a member of type
> `boost::is_scalar<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pod.hpp line
> 40 1206286790114 1504
> `value' is not a member of type
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789911 1450
> `value' is not a member of type
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 70
> 1206286789914 1451
> `value' is not a member of type
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789906 1448
> `value' is not a member of type
> `boost::mpl::aux::nested_type_wknd<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > > >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790151 1508
> `value' is not a member of type
> `boost::mpl::aux::nested_type_wknd<boost::mpl::and_<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::detail::iterator_writability_disabled<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790165 1510
> {standard input}:Warning: end of file in string; inserted '"'
> ex line 5639 1206286790503 1521
> confused by earlier errors, bailing out
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator iterator_facade.hpp line
> 722 1206286790499 1519
> confused by earlier errors, bailing out
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp line
> 35 1206286790183 1518
> incomplete type
> `boost::detail::is_arithmetic_impl<boost::forward_traversal_tag>' does not
> have member
> `value' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789873 1437
> incomplete type
> `boost::detail::is_function_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >' does not have member
> `value' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789957 1478
> incomplete type
> `boost::is_member_function_pointer<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >' does not have member
> `value' ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790053 1493
> no type named `iterator_category' in `struct
> boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,int>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 631 1206286789929 1459
> no type named `type' in `struct
> boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 104 1206286789927 1458
> no type named `type' in `struct
> boost::detail::is_convertible_impl_dispatch_base<boost::single_pass_traversal_tag,boost::forward_traversal_tag>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line
> 67 1206286789894 1444
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 180 1206286789920 1453
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 189 1206286789921 1454
> no type named `type' in `struct
> boost::detail::operator_brackets_result<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 654 1206286790177 1514
> no type named `type' in `struct
> boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789903 1447
> no type named `type' in `struct
> boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790143 1507
> no type named `type' in `struct
> boost::mpl::and_<boost::is_POD<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::detail::iterator_writability_disabled<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true> >'
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790159 1509
> no type named `type' in `struct
> boost::mpl::if_<boost::detail::use_operator_brackets_proxy<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::detail::operator_brackets_proxy<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >' ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator
> iterator_facade.hpp line 391 1206286790176 1513
> non-constant
> `boost::detail::is_enum_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::selector' cannot be used as template
> argument ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 149 1206286790001 1483
> non-constant
> `boost::detail::is_enum_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::selector' cannot be used as template
> argument ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 152 1206286790013 1484
> non-constant
> `boost::detail::is_enum_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::selector' cannot be used as template
> argument ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 153 1206286789991 1482
> non-constant
> `boost::detail::is_enum_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::value' cannot be used as template
> argument
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp line
> 35 1206286790023 1485
> non-constant
> `boost::detail::is_pod_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::value' cannot be used as template
> argument ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286790134 1506
> non-constant
> `boost::detail::is_pointer_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::value' cannot be used as template
> argument ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286790077 1497
> non-constant
> `boost::detail::is_scalar_impl<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > >::value' cannot be used as template
> argument
> ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pod.hpp line
> 40 1206286790104 1503
> parse error before `::' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem
> operations.hpp line 506 1206286789849 1416
> parse error before `::' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem
> operations.hpp line 896 1206286789852 1417
> parse error before `::' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem
> operations.hpp line 957 1206286789853 1418
> template argument 1 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 189 1206286789922 1455
> template argument 1 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789908 1449
> template argument 1 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 70
> 1206286789916 1452
> template argument 1 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pod.hpp line
> 40 1206286790124 1505
> template argument 1 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790066 1496
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 189 1206286789923 1456
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/mpl if.hpp line 67
> 1206286789899 1446
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 352 1206286789874 1438
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 356 1206286789882 1441
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_convertible.hpp line
> 357 1206286789885 1443
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789958 1479
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_pointer.hpp line
> 75 1206286790054 1494
> template argument 2 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286790090 1500
> template argument 3 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/iterator/detail facade_iterator_category.hpp line
> 189 1206286789926 1457
> template argument 3 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_enum.hpp
> line 129 1206286789980 1481
> template argument 3 is
> invalid ex/EXTRA_INCVPATH_boost-1_34_1/boost/type_traits is_scalar.hpp
> line 35 1206286790092 1501
> {standard input} Warning: .stabs: missing comma ex line
> 5674 1206286790504 1522
> {standard input} Warning: end of file in string; inserted '"'
> ex line 5639 1206286790502 1520
> warning: control reaches end of non-void function
> `boost::filesystem::current_path<boost::filesystem::path>()' ex/EXTRA_INCVPATH_boost-1_34_1/boost/filesystem
> operations.hpp line 505 1206286790182 1517
>
>
>
>
>
>
> ///console o/p
>
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basi
> c_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:352:
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:352:
> template argument 2 is invalid
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:356:
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:356:
> template argument 2 is invalid
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:357:
> `value' is not a member of type
> `boost::is_arithmetic<boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/type_traits/is_convertible.hpp:357:
> template argument 2 is invalid
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp: In instantiation of
> `boost::detail::is_convertible_impl_dispatch<boost::single_pass_traversal_tag,boost::forward_traversal_tag>':
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basi
> c_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: no type named `type'
> in `struct
> boost::detail::is_convertible_impl_dispatch_base<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp: In instantiation of
> `boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>':
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basi
> c_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: `value' is not a
> member of type
> `boost::detail::is_convertible_impl_dispatch<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: template argument 2
> is invalid
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp: In instantiation of
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >':
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basi
> c_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: no type named `type'
> in `struct
> boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp: In instantiation of
> `boost::mpl::aux::and_impl<,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >':
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: instantiated from
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basi
> c_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: `value' is not a
> member of type
> `boost::mpl::aux::nested_type_wknd<boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: template argument 1
> is invalid
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp: In instantiation of
> `boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_directory_entry<boost::filesystem::basic_p
> ath<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >':
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_
> directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: `value' is not a
> member of type
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:67: template argument 1
> is invalid
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:70: `value' is not a
> member of type
> `boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >'
> /usr/local/include/boost-1_34_1/boost/mpl/if.hpp:70: template argument 1
> is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:
> In instantiation of
> `boost::mpl::eval_if<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem::basic_dire
> ctory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >':
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> instantiated from
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> no type named `type' in `struct
> boost::mpl::if_<boost::mpl::and_<boost::is_reference<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &>,boost::is_convertible<boost::single_pass_traversal_tag,boost::forward_traversal_tag>,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::eval_if<boost::is_convertible<boost::single_pass_traversal_tag,boost::random_access_traversal_tag>,boost::mpl::identity<std::random_access_iterator_tag>,boost::mpl::if_<boost::is_convertible<boost::single_pass_traversal_tag,boost::bidirectional_traversal_tag>,std::bidirectional_iterator_tag,std::forward_iterator_tag>
> >,boost::mpl::eval_if<boost::mpl::and_<boost::is_convertible<boost::single_pass_traversal_tag,boost::single_pass_traversal_tag>,boost::is_convertible<boost::filesystem:
> :basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> &,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >
> >,mpl_::bool_<true>,mpl_::bool_<true>,mpl_::bool_<true>
> >,boost::mpl::identity<std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>
> > >'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:
> In instantiation of
> `boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>':
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::mpl::eval_if<boost::detail::is_iterator_category<boost::single_pass_traversal_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::detail::facade_iterator_category_impl<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &> >'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104:
> instantiated from
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:180:
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 1 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 2 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> no type named `type' in `struct
> boost::detail::iterator_facade_default_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 1 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 1 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 2 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/detail/facade_iterator_category.hpp:189:
> template argument 3 is invalid
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp: In
> instantiation of
> `boost::detail::iterator_facade_types<boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>':
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:627:
> instantiated from
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &,int>'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:732:
> instantiated from
> `boost::filesystem::detail::remove_all_aux<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> >(const
> boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> &)'
> /usr/local/include/boost-1_34_1/boost/filesystem/operations.hpp:473:
> instantiated from here
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp:104: no
> type named `type' in `struct
> boost::detail::facade_iterator_category<boost::single_pass_traversal_tag,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits> > &>'
> /usr/local/include/boost-1_34_1/boost/iterator/iterator_facade.hpp: In
> instantiation of
> `boost::iterator_facade<boost::filesystem::basic_directory_iterator<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boost::filesystem::path_traits>
> >,boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,boo
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
In god we trust.
Thierno Camara

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk