boostorg / redis

An async redis client designed for performance and scalability

Home Page:https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win32 build error: narrowing conversion

strelez77 opened this issue · comments

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