Compile [2024-11-14 06:43:08 UTC]: fail
"g++-6" -fvisibility-inlines-hidden -std=c++11 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_CHARCONV_DYN_LINK=1 -DBOOST_CHARCONV_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/charconv/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/parser/test/compile_all_t.test/gcc-6~c++11/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/compile_all_t.o" "../libs/parser/test/compile_all_t.cpp"
In file included from ../boost/parser/detail/text/detail/begin_end.hpp:9:0,
from ../boost/parser/detail/text/config.hpp:27,
from ../boost/parser/subrange.hpp:9,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/detection.hpp:75:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_detected_v = is_detected<Template, Args...>::value;
^~~~~~~~~~~~~
In file included from ../boost/parser/detail/text/config.hpp:27:0,
from ../boost/parser/subrange.hpp:9,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/text/detail/begin_end.hpp:38:24: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool has_member_begin_v = is_detected_v<member_begin_expr, T>;
^~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:40:24: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool has_adl_begin_v = is_detected_v<adl_begin_expr, T>;
^~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:62:17: error: 'enable_if_t' in namespace 'std' does not name a template type
enable_if_t<has_member_begin_v<R>, member_return_t<R>>
^~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:69:28: error: 'enable_if_t' in namespace 'std' does not name a template type
constexpr std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:101:24: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool has_member_end_v = is_detected_v<member_end_expr, T>;
^~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:103:24: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool has_adl_end_v = is_detected_v<adl_end_expr, T>;
^~~~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:124:28: error: 'enable_if_t' in namespace 'std' does not name a template type
constexpr std::enable_if_t<has_member_end_v<R>, member_return_t<R>>
^~~~~~~~~~~
../boost/parser/detail/text/detail/begin_end.hpp:131:28: error: 'enable_if_t' in namespace 'std' does not name a template type
constexpr std::enable_if_t<
^~~~~~~~~~~
In file included from ../boost/parser/detail/text/concepts.hpp:10:0,
from ../boost/parser/detail/text/detail/algorithm.hpp:9,
from ../boost/parser/subrange.hpp:10,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/text/utf.hpp: In function 'constexpr boost::parser::detail::text::format boost::parser::detail::text::detail::format_of()':
../boost/parser/detail/text/utf.hpp:25:16: error: expected '(' before 'constexpr'
if constexpr (
^~~~~~~~~
../boost/parser/detail/text/utf.hpp:32:15: error: 'else' without a previous 'if'
} else if (
^~~~
../boost/parser/detail/text/utf.hpp:33:17: error: 'is_same_v' is not a member of 'std'
std::is_same_v<T, char16_t>
^~~
../boost/parser/detail/text/utf.hpp:33:33: error: expected primary-expression before ',' token
std::is_same_v<T, char16_t>
^
../boost/parser/detail/text/utf.hpp:33:35: error: expected primary-expression before 'char16_t'
std::is_same_v<T, char16_t>
^~~~~~~~
../boost/parser/detail/text/utf.hpp:33:35: error: expected ')' before 'char16_t'
In file included from ../boost/parser/detail/text/detail/algorithm.hpp:9:0,
from ../boost/parser/subrange.hpp:10,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/text/concepts.hpp: At global scope:
../boost/parser/detail/text/concepts.hpp:232:9: error: 'is_same_v' is not a member of 'std'
std::is_same_v<T, char16_t> || std::is_same_v<T, char32_t> ||
^~~
../boost/parser/detail/text/concepts.hpp:232:25: error: expected primary-expression before ',' token
std::is_same_v<T, char16_t> || std::is_same_v<T, char32_t> ||
^
../boost/parser/detail/text/concepts.hpp:228:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool code_unit_v =
^~~~~~~~~~~
In file included from ../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:9:0,
from ../boost/parser/detail/text/detail/iterator.hpp:10,
from ../boost/parser/detail/text/detail/algorithm.hpp:11,
from ../boost/parser/subrange.hpp:10,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:66:23: error: 'constexpr T* boost::parser::detail::stl_interfaces::proxy_arrow_result<T>::operator->() const' cannot be overloaded
constexpr T * operator->() noexcept { return &value_; }
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:65:29: error: with 'constexpr const T* boost::parser::detail::stl_interfaces::proxy_arrow_result<T>::operator->() const'
constexpr T const * operator->() const noexcept { return &value_; }
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:76:18: error: 'std::enable_if_t' has not been declared
std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:76:29: error: expected ',' or '...' before '<' token
std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:87:18: error: 'std::enable_if_t' has not been declared
std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:87:29: error: expected ',' or '...' before '<' token
std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:91:25: error: 'make_pointer' function uses 'auto' type specifier without trailing return type
int> = 0)
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:91:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:117:18: error: 'conditional_t' in namespace 'std' does not name a template type
std::conditional_t<std::is_convertible<T, U>::value, U, T>;
^~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:145:52: error: 'call' function uses 'auto' type specifier without trailing return type
static constexpr auto call(T lhs, U rhs)
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:145:52: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In static member function 'static constexpr auto boost::parser::detail::stl_interfaces::detail::common_eq<T, U, UseBase>::call(T, U)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:36: error: 'common_t' does not name a type
return static_cast<common_t<T, U>>(lhs).derived() ==
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:44: error: expected '>' before '<' token
return static_cast<common_t<T, U>>(lhs).derived() ==
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:44: error: expected '(' before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:44: error: expected primary-expression before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:46: error: expected primary-expression before ',' token
return static_cast<common_t<T, U>>(lhs).derived() ==
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:147:49: error: expected primary-expression before '>>' token
return static_cast<common_t<T, U>>(lhs).derived() ==
^~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:36: error: 'common_t' does not name a type
static_cast<common_t<T, U>>(rhs).derived();
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:44: error: expected '>' before '<' token
static_cast<common_t<T, U>>(rhs).derived();
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:44: error: expected '(' before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:44: error: expected primary-expression before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:46: error: expected primary-expression before ',' token
static_cast<common_t<T, U>>(rhs).derived();
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:49: error: expected primary-expression before '>>' token
static_cast<common_t<T, U>>(rhs).derived();
^~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:66: error: expected ')' before ';' token
static_cast<common_t<T, U>>(rhs).derived();
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:148:66: error: expected ')' before ';' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:154:52: error: 'call' function uses 'auto' type specifier without trailing return type
static constexpr auto call(T lhs, U rhs)
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:154:52: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:25: error: 'common_t' does not name a type
static_cast<common_t<T, U>>(lhs) -
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:33: error: expected '>' before '<' token
static_cast<common_t<T, U>>(lhs) -
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:33: error: expected '(' before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:33: error: expected primary-expression before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:35: error: expected primary-expression before ',' token
static_cast<common_t<T, U>>(lhs) -
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:162:38: error: expected primary-expression before '>>' token
static_cast<common_t<T, U>>(lhs) -
^~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:25: error: 'common_t' does not name a type
static_cast<common_t<T, U>>(rhs)))
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:33: error: expected '>' before '<' token
static_cast<common_t<T, U>>(rhs)))
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:33: error: expected '(' before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:33: error: expected primary-expression before '<' token
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:35: error: expected primary-expression before ',' token
static_cast<common_t<T, U>>(rhs)))
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:163:38: error: expected primary-expression before '>>' token
static_cast<common_t<T, U>>(rhs)))
^~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:165:29: error: 'common_t' was not declared in this scope
static_cast<common_t<T, U>>(lhs) -
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:165:29: error: 'common_t' was not declared in this scope
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:164:16: error: expected unqualified-id before 'decltype'
-> decltype(
^~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:164:16: error: expected ')' before 'decltype'
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:164:16: error: expected ')' before 'decltype'
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:164:16: error: expected initializer before 'decltype'
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:194:27: error: 'enable_if_t' in namespace 'std' does not name a template type
typename E = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:194:38: error: expected '>' before '<' token
typename E = std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:243:45: error: template argument 7 is invalid
DifferenceType> const &);
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:266:35: error: 'constexpr const Derived& boost::parser::detail::stl_interfaces::v1::iterator_interface<Derived, IteratorConcept, ValueType, Reference, Pointer, DifferenceType, E>::derived() const' cannot be overloaded
constexpr Derived const & derived() const noexcept
^~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:262:29: error: with 'constexpr Derived& boost::parser::detail::stl_interfaces::v1::iterator_interface<Derived, IteratorConcept, ValueType, Reference, Pointer, DifferenceType, E>::derived() const'
constexpr Derived & derived() noexcept
^~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:278:33: error: 'remove_const_t' in namespace 'std' does not name a template type
using value_type = std::remove_const_t<ValueType>;
^~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:332:22: error: 'enable_if_t' in namespace 'std' does not name a template type
std::enable_if_t<!v1_dtl::plus_eq<D, difference_type>::value>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:332:33: error: expected '>' before '<' token
std::enable_if_t<!v1_dtl::plus_eq<D, difference_type>::value>>
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:354:21: error: 'remove_reference_t' in namespace 'std' does not name a template type
-> std::remove_reference_t<decltype(
^~~~~~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:354:39: error: expected initializer before '<' token
-> std::remove_reference_t<decltype(
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:377:25: error: 'remove_reference_t' in namespace 'std' does not name a template type
-> std::remove_reference_t<decltype(
^~~~~~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:377:43: error: expected initializer before '<' token
-> std::remove_reference_t<decltype(
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:395:22: error: 'enable_if_t' in namespace 'std' does not name a template type
std::enable_if_t<!v1_dtl::plus_eq<D, difference_type>::value>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:395:33: error: expected '>' before '<' token
std::enable_if_t<!v1_dtl::plus_eq<D, difference_type>::value>>
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:416:21: error: 'remove_reference_t' in namespace 'std' does not name a template type
-> std::remove_reference_t<decltype(
^~~~~~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:416:39: error: expected initializer before '<' token
-> std::remove_reference_t<decltype(
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:459:18: error: 'enable_if_t' in namespace 'std' does not name a template type
std::enable_if_t<!v1_dtl::ra_iter<IteratorInterface1>::value>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:459:29: error: expected '>' before '<' token
std::enable_if_t<!v1_dtl::ra_iter<IteratorInterface1>::value>>
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:476:18: error: 'enable_if_t' in namespace 'std' does not name a template type
std::enable_if_t<v1_dtl::ra_iter<IteratorInterface1>::value>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:476:29: error: expected '>' before '<' token
std::enable_if_t<v1_dtl::ra_iter<IteratorInterface1>::value>>
^
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:479:18: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
noexcept(detail::common_diff(lhs, rhs)))
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:481:44: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
v1_dtl::derived_iterator(lhs), detail::common_diff(lhs, rhs) == 0)
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In function 'constexpr decltype ((boost::parser::detail::stl_interfaces::v1::v1_dtl::derived_iterator(lhs), <expression error>)) boost::parser::detail::stl_interfaces::v1::operator==(IteratorInterface1, IteratorInterface2)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:483:16: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
return detail::common_diff(lhs, rhs) == 0;
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:503:18: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
noexcept(detail::common_diff(lhs, rhs)))
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:505:44: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
v1_dtl::derived_iterator(lhs), detail::common_diff(lhs, rhs) < 0)
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In function 'constexpr decltype ((boost::parser::detail::stl_interfaces::v1::v1_dtl::derived_iterator(lhs), <expression error>)) boost::parser::detail::stl_interfaces::v1::operator<(IteratorInterface1, IteratorInterface2)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:507:16: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
return detail::common_diff(lhs, rhs) < 0;
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:516:18: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
noexcept(detail::common_diff(lhs, rhs)))
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:518:44: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
v1_dtl::derived_iterator(lhs), detail::common_diff(lhs, rhs) <= 0)
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In function 'constexpr decltype ((boost::parser::detail::stl_interfaces::v1::v1_dtl::derived_iterator(lhs), <expression error>)) boost::parser::detail::stl_interfaces::v1::operator<=(IteratorInterface1, IteratorInterface2)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:520:16: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
return detail::common_diff(lhs, rhs) <= 0;
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:529:18: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
noexcept(detail::common_diff(lhs, rhs)))
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:531:44: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
v1_dtl::derived_iterator(lhs), detail::common_diff(lhs, rhs) > 0)
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In function 'constexpr decltype ((boost::parser::detail::stl_interfaces::v1::v1_dtl::derived_iterator(lhs), <expression error>)) boost::parser::detail::stl_interfaces::v1::operator>(IteratorInterface1, IteratorInterface2)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:533:16: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
return detail::common_diff(lhs, rhs) > 0;
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:542:18: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
noexcept(detail::common_diff(lhs, rhs)))
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:544:44: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
v1_dtl::derived_iterator(lhs), detail::common_diff(lhs, rhs) >= 0)
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: In function 'constexpr decltype ((boost::parser::detail::stl_interfaces::v1::v1_dtl::derived_iterator(lhs), <expression error>)) boost::parser::detail::stl_interfaces::v1::operator>=(IteratorInterface1, IteratorInterface2)':
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:546:16: error: 'common_diff' is not a member of 'boost::parser::detail::stl_interfaces::detail'
return detail::common_diff(lhs, rhs) >= 0;
^~~~~~
../boost/parser/detail/stl_interfaces/iterator_interface.hpp: At global scope:
../boost/parser/detail/stl_interfaces/iterator_interface.hpp:564:23: error: template argument 7 is invalid
DifferenceType>;
^
In file included from ../boost/parser/detail/text/detail/iterator.hpp:10:0,
from ../boost/parser/detail/text/detail/algorithm.hpp:11,
from ../boost/parser/subrange.hpp:10,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:77:71: error: template argument 7 is invalid
typename std::iterator_traits<BidiIter>::difference_type>
^
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:86:31: error: 'enable_if_t' in namespace 'std' does not name a template type
typename E = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:86:42: error: expected '>' before '<' token
typename E = std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:96:79: error: 'operator-' function uses 'auto' type specifier without trailing return type
typename std::iterator_traits<BidiIter>::iterator_category{})))
^
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:96:79: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:133:36: error: 'constexpr const BidiIter& boost::parser::detail::stl_interfaces::v1::reverse_iterator<BidiIter>::base_reference() const' cannot be overloaded
constexpr BidiIter const & base_reference() const noexcept
^~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:132:30: error: with 'constexpr BidiIter& boost::parser::detail::stl_interfaces::v1::reverse_iterator<BidiIter>::base_reference() const'
constexpr BidiIter & base_reference() noexcept { return it_; }
^~~~~~~~~~~~~~
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:167:43: error: 'make_reverse_iterator' function uses 'auto' type specifier without trailing return type
auto make_reverse_iterator(BidiIter it)
^
../boost/parser/detail/stl_interfaces/reverse_iterator.hpp:167:43: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from ../boost/parser/subrange.hpp:10:0,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/text/detail/algorithm.hpp:27:19: error: 'prev' function uses 'auto' type specifier without trailing return type
auto prev(I it)
^
../boost/parser/detail/text/detail/algorithm.hpp:27:19: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/text/detail/algorithm.hpp:36:19: error: 'next' function uses 'auto' type specifier without trailing return type
auto next(I it)
^
../boost/parser/detail/text/detail/algorithm.hpp:36:19: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/text/detail/algorithm.hpp:85:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cp_sentinel_gr_rng_v = false;
^~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:87:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cp_sentinel_gr_rng_v<T, true> = true;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:93:35: error: 'conditional_t' in namespace 'std' does not name a template type
using gr_rng_cp_sent_t = std::conditional_t<
^~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:127:9: warning: variable templates only available with -std=c++14 or -std=gnu++14
is_convertible_and_n_bytes_v = std::is_convertible<T, U>::value &&
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:133:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_char_iter_v =
^~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:148:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_char_range_v =
^~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:206:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_contig_char_range_v =
^~~~~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:267:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_char16_range_v =
^~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:315:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_code_point_v = std::is_integral<T>::value &&
^~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:323:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cp_iter_v =
^~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:365:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_16_code_unit_v = std::is_integral<T>::value &&
^~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:369:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_16_iter_v =
^~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:393:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_8_code_unit_v = std::is_integral<T>::value &&
^~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:397:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_8_iter_v =
^~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:492:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cu_iter_v =
^~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:514:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cu_range_v =
^~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:891:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_char_ptr_v = std::is_pointer<Iter>::value &&
^~~~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:902:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_16_ptr_v = std::is_pointer<Iter>::value &&
^~~~~~~~~~~
../boost/parser/detail/text/detail/algorithm.hpp:913:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_cp_ptr_v = std::is_pointer<Iter>::value &&
^~~~~~~~~~~
In file included from ../boost/parser/subrange.hpp:12:0,
from ../boost/parser/config.hpp:92,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/detail/stl_interfaces/view_interface.hpp:29:27: error: 'enable_if_t' in namespace 'std' does not name a template type
typename E = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:29:38: error: expected '>' before '<' token
typename E = std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/view_interface.hpp:38:55: error: template argument 3 is invalid
void derived_view(view_interface<D, Contiguity> const &);
^
../boost/parser/detail/stl_interfaces/view_interface.hpp:57:35: error: 'constexpr const Derived& boost::parser::detail::stl_interfaces::v1::view_interface<Derived, Contiguity, E>::derived() const' cannot be overloaded
constexpr const Derived & derived() const noexcept
^~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:53:29: error: with 'constexpr Derived& boost::parser::detail::stl_interfaces::v1::view_interface<Derived, Contiguity, E>::derived() const'
constexpr Derived & derived() noexcept
^~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:94:28: error: 'template<class Derived, boost::parser::detail::stl_interfaces::element_layout Contiguity, class E> template<class D, class R> constexpr boost::parser::detail::stl_interfaces::v1::view_interface<Derived, Contiguity, E>::operator bool() const' cannot be overloaded
constexpr explicit operator bool() const
^~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:87:9: error: with 'template<class Derived, boost::parser::detail::stl_interfaces::element_layout Contiguity, class E> template<class D, class R> constexpr boost::parser::detail::stl_interfaces::v1::view_interface<Derived, Contiguity, E>::operator bool() const'
operator bool() noexcept(noexcept(std::declval<D &>().empty()))
^~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:103:36: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<C == element_layout::contiguous>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:103:47: error: expected '>' before '<' token
typename Enable = std::enable_if_t<C == element_layout::contiguous>>
^
../boost/parser/detail/stl_interfaces/view_interface.hpp:112:36: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<C == element_layout::contiguous>>
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:112:47: error: expected '>' before '<' token
typename Enable = std::enable_if_t<C == element_layout::contiguous>>
^
../boost/parser/detail/stl_interfaces/view_interface.hpp:154:36: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:154:47: error: expected '>' before '<' token
typename Enable = std::enable_if_t<
^
../boost/parser/detail/stl_interfaces/view_interface.hpp:165:36: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/stl_interfaces/view_interface.hpp:165:47: error: expected '>' before '<' token
typename Enable = std::enable_if_t<
^
In file included from ../boost/parser/config.hpp:92:0,
from ../libs/parser/test/compile_all_t.cpp:9:
../boost/parser/subrange.hpp:24:75: error: template argument 3 is invalid
struct subrange : detail::stl_interfaces::view_interface<subrange<I, S>>
^~
../boost/parser/subrange.hpp:37:69: warning: 'nodiscard' attribute directive ignored [-Wattributes]
[[nodiscard]] constexpr subrange next(std::ptrdiff_t n = 1) const
^~~~~
../boost/parser/subrange.hpp:41:69: warning: 'nodiscard' attribute directive ignored [-Wattributes]
[[nodiscard]] constexpr subrange prev(std::ptrdiff_t n = 1) const
^~~~~
../boost/parser/subrange.hpp:55:36: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/subrange.hpp:55:47: error: expected '>' before '<' token
typename Enable = std::enable_if_t<
^
../boost/parser/subrange.hpp:65:33: warning: 'no_unique_address' attribute directive ignored [-Wattributes]
[[no_unique_address]] S last_;
^~~~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:27:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool range_ =
^~~~~~
../boost/parser/detail/text/detail/all_t.hpp:35:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool container_ = is_detected_v<has_insert_, T>;
^~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:38:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_std_array_v = false;
^~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:40:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool is_std_array_v<std::array<T, N>> = false;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:49:10: error: 'is_array_v' is not a member of 'std'
!std::is_array_v<std::remove_reference_t<R>> &&
^~~
../boost/parser/detail/text/detail/all_t.hpp:49:26: error: 'remove_reference_t' is not a member of 'std'
!std::is_array_v<std::remove_reference_t<R>> &&
^~~
../boost/parser/detail/text/detail/all_t.hpp:49:25: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
!std::is_array_v<std::remove_reference_t<R>> &&
^
../boost/parser/detail/text/detail/all_t.hpp:49:51: error: expected primary-expression before '>>' token
!std::is_array_v<std::remove_reference_t<R>> &&
^~
../boost/parser/detail/text/detail/all_t.hpp:50:9: error: expected identifier before '!' token
!is_std_array_v<std::remove_reference_t<R>>
^
../boost/parser/detail/text/detail/all_t.hpp:43:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool view =
^~~~
../boost/parser/detail/text/detail/all_t.hpp:50:9: error: expected ';' before '!' token
!is_std_array_v<std::remove_reference_t<R>>
^
../boost/parser/detail/text/detail/all_t.hpp:56:32: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable = std::enable_if_t<range_<R> && std::is_object_v<R>>>
^~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:56:43: error: expected '>' before '<' token
typename Enable = std::enable_if_t<range_<R> && std::is_object_v<R>>>
^
../boost/parser/detail/text/detail/all_t.hpp:57:63: error: template argument 2 is invalid
struct ref_view : stl_interfaces::view_interface<ref_view<R>>
^
../boost/parser/detail/text/detail/all_t.hpp:57:64: error: template argument 1 is invalid
struct ref_view : stl_interfaces::view_interface<ref_view<R>>
^~
../boost/parser/detail/text/detail/all_t.hpp:57:64: error: template argument 3 is invalid
../boost/parser/detail/text/detail/all_t.hpp:66:37: error: 'enable_if_t' in namespace 'std' does not name a template type
typename Enable2 = std::enable_if_t<
^~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:66:48: error: expected '>' before '<' token
typename Enable2 = std::enable_if_t<
^
../boost/parser/detail/text/detail/all_t.hpp:86:32: error: template argument 2 is invalid
ref_view(R &) -> ref_view<R>;
^
../boost/parser/detail/text/detail/all_t.hpp:86:33: error: expected constructor, destructor, or type conversion before ';' token
ref_view(R &) -> ref_view<R>;
^
../boost/parser/detail/text/detail/all_t.hpp:89:70: error: template argument 3 is invalid
struct owning_view : stl_interfaces::view_interface<owning_view<R>>
^~
../boost/parser/detail/text/detail/all_t.hpp:98:29: error: 'constexpr const R& boost::parser::detail::text::detail::owning_view<R>::base() const &' cannot be overloaded
constexpr const R & base() const & noexcept { return r_; }
^~~~
../boost/parser/detail/text/detail/all_t.hpp:97:23: error: with 'constexpr R& boost::parser::detail::text::detail::owning_view<R>::base() const &'
constexpr R & base() & noexcept { return r_; }
^~~~
../boost/parser/detail/text/detail/all_t.hpp:100:30: error: 'constexpr const R&& boost::parser::detail::text::detail::owning_view<R>::base() const &&' cannot be overloaded
constexpr const R && base() const && noexcept { return std::move(r_); }
^~~~
../boost/parser/detail/text/detail/all_t.hpp:99:24: error: with 'constexpr R&& boost::parser::detail::text::detail::owning_view<R>::base() const &&'
constexpr R && base() && noexcept { return std::move(r_); }
^~~~
../boost/parser/detail/text/detail/all_t.hpp:105:32: error: 'begin' function uses 'auto' type specifier without trailing return type
constexpr auto begin() const { return text::detail::begin(r_); }
^~~~~
../boost/parser/detail/text/detail/all_t.hpp:105:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/text/detail/all_t.hpp:105:24: error: 'constexpr auto boost::parser::detail::text::detail::owning_view<R>::begin() const' cannot be overloaded
constexpr auto begin() const { return text::detail::begin(r_); }
^~~~~
../boost/parser/detail/text/detail/all_t.hpp:102:32: error: with 'constexpr boost::parser::detail::text::detail::iterator_<R> boost::parser::detail::text::detail::owning_view<R>::begin() const'
constexpr iterator_<R> begin() { return text::detail::begin(r_); }
^~~~~
../boost/parser/detail/text/detail/all_t.hpp:106:30: error: 'end' function uses 'auto' type specifier without trailing return type
constexpr auto end() const { return text::detail::end(r_); }
^~~~~
../boost/parser/detail/text/detail/all_t.hpp:106:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/text/detail/all_t.hpp:106:24: error: 'constexpr auto boost::parser::detail::text::detail::owning_view<R>::end() const' cannot be overloaded
constexpr auto end() const { return text::detail::end(r_); }
^~~
../boost/parser/detail/text/detail/all_t.hpp:103:32: error: with 'constexpr boost::parser::detail::text::detail::sentinel_<R> boost::parser::detail::text::detail::owning_view<R>::end() const'
constexpr sentinel_<R> end() { return text::detail::end(r_); }
^~~
../boost/parser/detail/text/detail/all_t.hpp:113:48: error: missing template arguments before '(' token
using can_ref_view_expr = decltype(ref_view(std::declval<T>()));
^
../boost/parser/detail/text/detail/all_t.hpp:115:49: error: 'can_ref_view_expr' was not declared in this scope
constexpr bool can_ref_view = is_detected_v<can_ref_view_expr, T>;
^~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:115:20: warning: variable templates only available with -std=c++14 or -std=gnu++14
constexpr bool can_ref_view = is_detected_v<can_ref_view_expr, T>;
^~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:119:53: error: 'enable_if_t' in namespace 'std' does not name a template type
template<typename R, typename Enable = std::enable_if_t<range_<R>>>
^~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:119:64: error: expected '>' before '<' token
template<typename R, typename Enable = std::enable_if_t<range_<R>>>
^
../boost/parser/detail/text/detail/all_t.hpp:120:57: error: 'operator()' function uses 'auto' type specifier without trailing return type
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:57: note: deduced return type only available with -std=c++14 or -std=gnu++14
../boost/parser/detail/text/detail/all_t.hpp:120:57: warning: 'nodiscard' attribute directive ignored [-Wattributes]
../boost/parser/detail/text/detail/all_t.hpp: In member function 'constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const':
../boost/parser/detail/text/detail/all_t.hpp:123:16: error: expected '(' before 'constexpr'
if constexpr (view<T>)
^~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:125:13: error: 'else' without a previous 'if'
else if constexpr (can_ref_view<R>)
^~~~
../boost/parser/detail/text/detail/all_t.hpp:125:21: error: expected '(' before 'constexpr'
else if constexpr (can_ref_view<R>)
^~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:127:13: error: 'else' without a previous 'if'
else
^~~~
../libs/parser/test/compile_all_t.cpp: In function 'void compile_all_t()':
../libs/parser/test/compile_all_t.cpp:26:38: error: missing template arguments before '(' token
BOOST_PARSER_SUBRANGE(const_str.begin(), const_str.end()));
^
../libs/parser/test/compile_all_t.cpp:28:17: error: 'is_same_v' is not a member of 'std'
std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:29:21: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:29:21: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:29:21: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:29:21: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:33:45: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (std::string&)'
auto && result = detail::all(str);
^
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:34:27: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:35:27: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:35:27: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:35:27: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:35:27: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:39:51: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (const string&)'
auto && result = detail::all(const_str);
^
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:40:27: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:41:27: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:41:27: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:41:27: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:41:27: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:45:55: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (std::string)'
auto && result = detail::all(std::string{});
^
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:46:27: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:47:27: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:47:27: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:47:27: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:47:27: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:51:23: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using all_t = decltype (boost::parser::detail::text::detail::all(declval<R>())) [with R = boost::parser::subrange<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > >]':
../libs/parser/test/compile_all_t.cpp:53:76: required from here
../boost/parser/detail/text/detail/all_t.hpp:139:31: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (boost::parser::subrange<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > >)'
using all_t = decltype(all(std::declval<R>()));
~~~^~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
In file included from ../libs/parser/test/compile_all_t.cpp:9:0:
../boost/parser/config.hpp:93:35: error: expected string-literal before 'boost'
# define BOOST_PARSER_SUBRANGE boost::parser::subrange
^
../libs/parser/test/compile_all_t.cpp:54:23: note: in expansion of macro 'BOOST_PARSER_SUBRANGE'
BOOST_PARSER_SUBRANGE<decltype(const_str.begin())>>);
^~~~~~~~~~~~~~~~~~~~~
../boost/parser/config.hpp:93:35: error: expected ')' before 'boost'
# define BOOST_PARSER_SUBRANGE boost::parser::subrange
^
../libs/parser/test/compile_all_t.cpp:54:23: note: in expansion of macro 'BOOST_PARSER_SUBRANGE'
BOOST_PARSER_SUBRANGE<decltype(const_str.begin())>>);
^~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/compile_all_t.cpp:56:23: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using all_t = decltype (boost::parser::detail::text::detail::all(declval<R>())) [with R = std::basic_string<char>&]':
../libs/parser/test/compile_all_t.cpp:57:50: required from here
../boost/parser/detail/text/detail/all_t.hpp:139:31: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (std::basic_string<char>&)'
using all_t = decltype(all(std::declval<R>()));
~~~^~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:58:23: error: expected string-literal before 'detail'
detail::ref_view<std::string>>);
^~~~~~
../libs/parser/test/compile_all_t.cpp:58:23: error: expected ')' before 'detail'
../libs/parser/test/compile_all_t.cpp:60:23: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using all_t = decltype (boost::parser::detail::text::detail::all(declval<R>())) [with R = const std::basic_string<char>&]':
../libs/parser/test/compile_all_t.cpp:61:56: required from here
../boost/parser/detail/text/detail/all_t.hpp:139:31: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (const std::basic_string<char>&)'
using all_t = decltype(all(std::declval<R>()));
~~~^~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:62:23: error: expected string-literal before 'detail'
detail::ref_view<std::string const>>);
^~~~~~
../libs/parser/test/compile_all_t.cpp:62:23: error: expected ')' before 'detail'
../libs/parser/test/compile_all_t.cpp:64:23: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using all_t = decltype (boost::parser::detail::text::detail::all(declval<R>())) [with R = std::basic_string<char>&&]':
../libs/parser/test/compile_all_t.cpp:65:51: required from here
../boost/parser/detail/text/detail/all_t.hpp:139:31: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (std::basic_string<char>)'
using all_t = decltype(all(std::declval<R>()));
~~~^~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:66:23: error: expected string-literal before 'detail'
detail::owning_view<std::string>>);
^~~~~~
../libs/parser/test/compile_all_t.cpp:66:23: error: expected ')' before 'detail'
../libs/parser/test/compile_all_t.cpp:74:23: error: 'is_object_v' is not a member of 'std'
static_assert(std::is_object_v<char[5]>);
^~~
../libs/parser/test/compile_all_t.cpp:74:40: error: expected primary-expression before 'char'
static_assert(std::is_object_v<char[5]>);
^~~~
../libs/parser/test/compile_all_t.cpp:74:40: error: expected ',' before 'char'
../libs/parser/test/compile_all_t.cpp:74:40: error: expected string-literal before 'char'
../libs/parser/test/compile_all_t.cpp:74:40: error: expected ')' before 'char'
../libs/parser/test/compile_all_t.cpp:75:33: error: template argument 2 is invalid
detail::ref_view<char[5]> ref_view_(str);
^
../libs/parser/test/compile_all_t.cpp:75:48: error: invalid conversion from 'char*' to 'int' [-fpermissive]
detail::ref_view<char[5]> ref_view_(str);
^
../libs/parser/test/compile_all_t.cpp:77:63: error: missing template arguments before '(' token
auto && result = detail::all(BOOST_PARSER_SUBRANGE(
^
../libs/parser/test/compile_all_t.cpp:80:17: error: 'is_same_v' is not a member of 'std'
std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:81:21: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:81:21: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:81:21: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:81:21: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:85:45: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (char [5])'
auto && result = detail::all(str);
^
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:87:17: error: 'is_same_v' is not a member of 'std'
std::is_same_v<decltype(result), detail::ref_view<char[5]> &&>);
^~~
../libs/parser/test/compile_all_t.cpp:87:32: error: expected primary-expression before 'decltype'
std::is_same_v<decltype(result), detail::ref_view<char[5]> &&>);
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:87:32: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:87:32: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:87:32: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:90:51: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (const char [5])'
auto && result = detail::all(const_str);
^
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
../libs/parser/test/compile_all_t.cpp:91:27: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
../libs/parser/test/compile_all_t.cpp:92:27: error: expected primary-expression before 'decltype'
decltype(result),
^~~~~~~~
../libs/parser/test/compile_all_t.cpp:92:27: error: expected ',' before 'decltype'
../libs/parser/test/compile_all_t.cpp:92:27: error: expected string-literal before 'decltype'
../libs/parser/test/compile_all_t.cpp:92:27: error: expected ')' before 'decltype'
../libs/parser/test/compile_all_t.cpp:97:13: error: 'is_same_v' is not a member of 'std'
std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using all_t = decltype (boost::parser::detail::text::detail::all(declval<R>())) [with R = boost::parser::subrange<const char*>]':
../libs/parser/test/compile_all_t.cpp:99:74: required from here
../boost/parser/detail/text/detail/all_t.hpp:139:31: error: no match for call to '(const boost::parser::detail::text::detail::all_impl) (boost::parser::subrange<const char*>)'
using all_t = decltype(all(std::declval<R>()));
~~~^~~~~~~~~~~~~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: candidate: template<class R, class Enable> constexpr auto boost::parser::detail::text::detail::all_impl::operator()(R&&) const
[[nodiscard]] constexpr auto operator()(R && r) const
^~~~~~~~
../boost/parser/detail/text/detail/all_t.hpp:120:38: note: template argument deduction/substitution failed:
In file included from ../libs/parser/test/compile_all_t.cpp:9:0:
../boost/parser/config.hpp:93:35: error: expected string-literal before 'boost'
# define BOOST_PARSER_SUBRANGE boost::parser::subrange
^
../libs/parser/test/compile_all_t.cpp:100:17: note: in expansion of macro 'BOOST_PARSER_SUBRANGE'
BOOST_PARSER_SUBRANGE<decltype(std::begin(const_str))>>);
^~~~~~~~~~~~~~~~~~~~~
../boost/parser/config.hpp:93:35: error: expected ')' before 'boost'
# define BOOST_PARSER_SUBRANGE boost::parser::subrange
^
../libs/parser/test/compile_all_t.cpp:100:17: note: in expansion of macro 'BOOST_PARSER_SUBRANGE'
BOOST_PARSER_SUBRANGE<decltype(std::begin(const_str))>>);
^~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/compile_all_t.cpp:102:23: error: 'is_same_v' is not a member of 'std'
static_assert(std::is_same_v<
^~~
In file included from ../libs/parser/test/compile_all_t.cpp:10:0:
../boost/parser/detail/text/detail/all_t.hpp: In substitution of 'template<class R> using ...
[The content has been trimmed by the report system because it exceeds 65536 bytes]