Andrey Semashev 72f2e7535e Fix narrowing conversion in tuple_manipulator ctor
This fixes unnecessary, possibly wrapping conversion of the character argument of tuple manipulators on tuple_manipulator construction. This should silence MSVC warning C4244:

  tuple_io.hpp(142,71): warning C4244:  'argument': conversion from 'const CharType' to 'const char', possible loss of data

Related to https://github.com/boostorg/filesystem/issues/118.
2019-09-15 15:41:29 +03:00
2014-08-18 15:58:46 +01:00
2001-08-10 11:45:43 +00:00
2017-11-07 16:13:33 +02:00
2014-08-22 18:50:32 -03:00
Description
Boost.org tuple module
436 KiB
Languages
C++ 98.2%
CMake 1.1%
HTML 0.7%