Skip to content

Avoid assuming that "std::string_view" is nullterminated. Generally it is really not. #476

Avoid assuming that "std::string_view" is nullterminated. Generally it is really not.

Avoid assuming that "std::string_view" is nullterminated. Generally it is really not. #476

Re-run triggered November 3, 2025 17:52
Status Failure
Total duration 34m 47s
Artifacts

linux.yaml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

223 errors and 54 warnings
(YAML-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(YAML-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(CAPNPROTO-C++20-gcc-13)
Process completed with exit code 8.
(CAPNPROTO-C++20-gcc-12)
Process completed with exit code 8.
(CAPNPROTO-C++20-gcc-11)
Process completed with exit code 8.
(CAPNPROTO-C++20-llvm-17)
Process completed with exit code 8.
(YAML-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(YAML-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(YAML-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(YAML-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(YAML-C++20-llvm-18)
Process completed with exit code 1.
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-16)
Process completed with exit code 1.
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(CAPNPROTO-C++20-llvm-18)
Process completed with exit code 8.
(YAML-C++20-llvm-17)
Process completed with exit code 1.
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(CAPNPROTO-C++20-llvm-16)
Process completed with exit code 8.
(YAML-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(YAML-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(YAML-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(YAML-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(YAML-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(CAPNPROTO-C++20-gcc-14)
Process completed with exit code 8.
(CAPNPROTO-C++23-gcc-14)
Process completed with exit code 8.
(YAML-C++23-llvm-18)
Process completed with exit code 1.
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(YAML-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(CAPNPROTO-C++23-llvm-18)
Process completed with exit code 8.
(benchmarks-C++20-llvm-18)
Process completed with exit code 1.
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(benchmarks-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(benchmarks-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(benchmarks-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(benchmarks-C++20-llvm-16)
Process completed with exit code 1.
(benchmarks-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(benchmarks-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(headers-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(headers-C++20-gcc-12)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-12): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(benchmarks-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(benchmarks-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(headers-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(headers-C++20-gcc-13)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-13): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(headers-C++20-llvm-18)
Process completed with exit code 1.
(headers-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(headers-C++20-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(headers-C++20-llvm-16)
Process completed with exit code 1.
(headers-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(headers-C++20-llvm-16): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(headers-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(headers-C++20-gcc-11)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using __rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-11): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(benchmarks-C++20-llvm-17)
Process completed with exit code 1.
(benchmarks-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(headers-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(headers-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(benchmarks-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(benchmarks-C++20-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(benchmarks-C++20-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(headers-C++23-llvm-18)
Process completed with exit code 1.
(headers-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(headers-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++23-llvm-18)
Process completed with exit code 1.
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(benchmarks-C++23-llvm-18): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(headers-C++20-llvm-17)
Process completed with exit code 1.
(headers-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L88
'auto' in return type deduced as 'std::string' (aka 'basic_string<char>') here but deduced as 'std::string_view' (aka 'basic_string_view<char>') in earlier return statement
(headers-C++20-llvm-17): include/rfl/yaml/Writer.hpp#L85
invalid operands to binary expression ('YAML::Emitter' and 'std::string_view' (aka 'basic_string_view<char>'))
(headers-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L105
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L102
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L98
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::basic_string_view<char>’)
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
no matching function for call to ‘std::basic_string_view<char>::basic_string_view(std::string)’
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L88
inconsistent deduction for auto return type: ‘std::basic_string_view<char>’ and then ‘std::__cxx11::basic_string<char>’
(headers-C++23-gcc-14)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
(headers-C++23-gcc-14): include/rfl/yaml/Writer.hpp#L85
no match for ‘operator<<’ (operand types are ‘YAML::Emitter’ and ‘std::string_view’ {aka ‘std::basic_string_view<char>’})
(AVRO-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(AVRO-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-13): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-16): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-11): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(PARQUET-C++20-gcc-12): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++20-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(benchmarks-C++23-llvm-18): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++20-llvm-17): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
(headers-C++23-gcc-14): build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt: