-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Build Issue '_is_iterator_v' is not a member of 'std' #13
Comments
Привет, сегодня вечером приду домой посмотрю в чем проблема :) Спасибо что
сообщил!
Можешь пожалуйста прислать мне ту часть своего кода в котором выбрасывается
это исключение?
Спасибо большое
чт, 28 мар. 2024 г., 10:46 Олексій ***@***.***>:
… Hi! I need so much your library, but can't build it in Qt 6.6.3. In
'QJsonArrayInserter.h', row 33, where we have
/** @brief Creates a new QJsonArray with the contents of the range [first, last) */
template<typename Iterator>
requires std::_Is_iterator_v<Iterator>
static QJsonArray make(Iterator begin, Iterator end);
compiler throws a build issue *'_is_iterator_v' is not a member of 'std'*.
I tried to find this template '_Is_iterator_v' in cppreference.com and
cplusplus.com but don't give any results! Also I tried recent gcc
compiler (14.0.1) with the same result.
Can you advise how to compile the library in Qt 6.6.3 (and for Ubuntu
22.04 LTS in particular)?
Best regards, Oleksiy.
—
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS5TSDYLOM6KX5G53DT4TZ3Y2PKE5AVCNFSM6AAAAABFMOMYAGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTENZXHE2DOMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Подивився ваш профіль в Лінкедінє і вирішив переписати повідомлення рідною мовою. |
Ой, не заметил что ты написал что ошибка выскакивает при сборке
Вечером приду домой пошаманю, проапдейчу репозиторий :)
чт, 28 мар. 2024 г., 14:42 Олексій ***@***.***>:
… Тут как бы и кода нет. Прежде чем подключить библиотеку к своему проекту,
ее ж нужно собрать. Я клоню проект, открываю его в Qt пробую компилировать
и получаю сабж собственно. До кода дело еще не дошло )
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS5TSD26PLM2B5GAFGRFYRTY2QF3ZAVCNFSM6AAAAABFMOMYAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRVGIYTSOBZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Same problem guys, had to comment this requires line Seems like _Is_iterator_v is a Visual Studio thing |
Additionally, there's also (also Ubuntu 23.04)
|
Hello! @kleuter thank you for your notices - commenting |
Hi! I need so much your library, but can't build it in Qt 6.6.3. In 'QJsonArrayInserter.h', row 33, where we have
compiler throws a build issue '_is_iterator_v' is not a member of 'std'. I tried to find this template '_Is_iterator_v' in cppreference.com and cplusplus.com but don't give any results! Also I tried recent gcc compiler (14.0.1) with the same result.
Can you advise how to compile the library in Qt 6.6.3 (and for Ubuntu 22.04 LTS in particular)?
Best regards, Oleksiy.
The text was updated successfully, but these errors were encountered: