We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/include/c++/9/bits/stl_vector.h:746:7: note: conversion of argument 1 would be ill-formed: In file included from ../../thirdparty/qtl/include/qtl_sqlite.hpp:8, ...... ../../thirdparty/qtl/include/qtl_common.hpp:86:63: error: invalid conversion from ‘const char_type*’ {aka ‘const char*’} to ‘std::vector::size_type’ {aka ‘long unsigned int’} [-fpermissive] 86 | void assign(const char_type* str, size_t n) { m_value.assign(str, n); } | ^~~ | | | const char_type* {aka const char*}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/usr/include/c++/9/bits/stl_vector.h:746:7: note: conversion of argument 1 would be ill-formed:
In file included from ../../thirdparty/qtl/include/qtl_sqlite.hpp:8,
......
../../thirdparty/qtl/include/qtl_common.hpp:86:63: error: invalid conversion from ‘const char_type*’ {aka ‘const char*’} to ‘std::vector::size_type’ {aka ‘long unsigned int’} [-fpermissive]
86 | void assign(const char_type* str, size_t n) { m_value.assign(str, n); }
| ^~~
| |
| const char_type* {aka const char*}
The text was updated successfully, but these errors were encountered: