You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the restinio:x86-windows vcpkg and after it built fine, running it created the following error: restinio\impl\parser_callbacks.ipp(163): error C2397: conversion from 'uint64_t' to 'size_t' requires a narrowing conversion
The 64 bit version works fine, but I would like to also be able to run on 32 bit systems since some companies still use legacy hardware
If you do not intend to support 32 bit that is understandable and just let me know
The text was updated successfully, but these errors were encountered:
I have no plans to release those updates as a new version. I want those changes will be a part of the upcoming v.0.6.11, but there is no planned release date yet.
If this issue is critical to you then let me know, I'll release 0.6.10.1.
It's not a choke point, and there is a work around, but wanted to make an issue so that as I kept up to date with Restinio I wouldn't have to keep redoing the work around. Thank you very much.
I installed the restinio:x86-windows vcpkg and after it built fine, running it created the following error:
restinio\impl\parser_callbacks.ipp(163): error C2397: conversion from 'uint64_t' to 'size_t' requires a narrowing conversion
The 64 bit version works fine, but I would like to also be able to run on 32 bit systems since some companies still use legacy hardware
If you do not intend to support 32 bit that is understandable and just let me know
The text was updated successfully, but these errors were encountered: