'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
boost 1.74.0; Microsoft Visual Studio 2019; C++ v14.27; SDK 10.0.18362.0
#include
boost\process\pipe.hpp(282,21): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data
current work-around in our code:
#pragma warning(push)
#pragma warning(disable : 4244) // 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data
#include
#pragma warning(pop)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.