boostorg/redis

Win32 build error: narrowing conversion

strelez77 opened this issue · 0 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