Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/integer_fwd.hpp:17:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/integer.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function/function_base.hpp:21,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function/detail/prologue.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function.hpp:24,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/find_iterator.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_iterator.hpp:24,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:27,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:16,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/cstdint.hpp:300:49: warning: use of C++11 long long integer constant [-Wlong-long]
# elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/cstdint.hpp:300:123: warning: use of C++11 long long integer constant [-Wlong-long]
# elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL)
^
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/integer_fwd.hpp:17:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/integer.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function/function_base.hpp:21,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function/detail/prologue.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/function.hpp:24,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/find_iterator.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_iterator.hpp:24,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:27,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:16,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/cstdint.hpp:300:195: warning: use of C++11 long long integer constant [-Wlong-long]
# elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL)
^
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/config.hpp:57:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/config.hpp:14,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:14,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(( \
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
BOOST_ITERATOR_FACADE_INTEROP(
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/transform_iterator.hpp: In constructor 'boost::transform_iterator<UnaryFunction, Iterator, Reference, Value>::transform_iterator(const Iterator&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_97' locally defined but not used [-Wunused-local-typedefs]
BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/transform_iterator.hpp:97:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
BOOST_STATIC_ASSERT(is_class<UnaryFunc>::value);
^
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/int.hpp:20,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/lambda_fwd.hpp:23,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/aux_/na_spec.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/identity.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/detail/enable_if.hpp:11,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/transform_iterator.hpp:11,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:16,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Model));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Convertible<
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp: In function 'SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check81' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp: In function 'SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check151' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/finder.hpp:23:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:17,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::last_finderF<SearchIteratorT, PredicateT>::findit(ForwardIteratorT, ForwardIteratorT, std::forward_iterator_tag) const':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp:145:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
typedef ForwardIteratorT input_iterator_type;
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_forward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp:266:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
typedef ForwardIteratorT input_iterator_type;
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_backward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp:301:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
typedef ForwardIteratorT input_iterator_type;
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_head_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp:365:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
typedef ForwardIteratorT input_iterator_type;
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_tail_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/detail/finder.hpp:439:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
typedef ForwardIteratorT input_iterator_type;
^
In file included from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/int.hpp:20,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/lambda_fwd.hpp:23,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/aux_/na_spec.hpp:18,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/mpl/identity.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/detail/enable_if.hpp:11,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/iterator/transform_iterator.hpp:11,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/iter_find.hpp:17,
from /opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/split.hpp:16,
from prog.cc:1:
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check69' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check74' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check103' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check108' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check139' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check144' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check188' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check193' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check223' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check228' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp: In function 'void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)':
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check261' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check266' locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
# define BOOST_PP_CAT_I(a, b) a ## b
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
/opt/wandbox/boost-1.50.0/gcc-5.3.0/include/boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
BOOST_CONCEPT_ASSERT((
^
Exit Code:
0