boostorg / redis

An async redis client designed for performance and scalability
https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html
Boost Software License 1.0
212 stars 38 forks source link

Win32 build error: narrowing conversion #189

Closed strelez77 closed 3 months ago

strelez77 commented 3 months ago

boost/redis/resp3/impl/parser.ipp(197): error C2397: conversion from 'boost::redis::resp3::int_type' to 'size_t' requires a narrowing conversion

This is the line in parser.ipp: "ret = {t, l, depth_, {}};"

Compiler: Visual Studio 2022 platform x86 Win32