87ff02bf79
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-30 13:31:11 -04:00
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
158c7ef640
Fixes Ticket #12064
2016-03-13 08:04:40 +08:00
3cd92cec82
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#else...#endif blocks.
[SVN r86246]
2013-10-11 23:19:17 +00:00
10e946199d
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
5f7673641a
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#endif conditions.
[SVN r86244]
2013-10-11 23:15:00 +00:00
39181642d2
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#endif blocks.
[SVN r86243]
2013-10-11 23:13:10 +00:00
2f49af7db8
Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro.
...
It was only defined for no-longer-supported-gcc.
[SVN r86062]
2013-09-30 15:56:52 +00:00
9fbc9b4cc6
Handle width correctly. Fixes #5046 .
...
[SVN r67751]
2011-01-07 15:22:13 +00:00
052b3db77f
Make reading a tuple work with std::noskipws. Fixes #1920
...
[SVN r62678]
2010-06-09 17:45:24 +00:00
08277fd057
Allow printing an empty tuple
...
[SVN r53211]
2009-05-23 16:39:13 +00:00
a30a7f9604
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2008-06-28 13:45:21 +00:00
2d13a60d05
applied patch by Rupert Kittinger, avoids potentially undefined behavior
...
[SVN r30690]
2005-08-26 16:03:05 +00:00
eea1937afc
Converted to Boost Software License, Version 1.0
...
[SVN r24096]
2004-07-27 03:43:34 +00:00
8b4daa1385
patch of a patch
...
[SVN r17706]
2003-03-03 16:45:55 +00:00
496cc84960
a patch for borland
...
[SVN r17660]
2003-02-26 16:04:56 +00:00
ae40fce7c9
added namespace qualifiers to make MIPS PRO happy
...
[SVN r16033]
2002-10-31 18:14:29 +00:00
7896766f8f
a fix of a fix
...
[SVN r15278]
2002-09-12 20:59:05 +00:00
0a33edd21d
workaround for isspace and metrowerks
...
[SVN r15277]
2002-09-12 20:50:10 +00:00
08be3cbe04
removing tabs
...
[SVN r13783]
2002-05-09 17:26:37 +00:00
2e825630f8
made the iomanipulator storage indexes static members of a class.
...
Now all code can be in header files.
[SVN r12020]
2001-12-12 21:35:41 +00:00
5b40ff62c6
merged tuples_subnamespace branch to main trunk
...
[SVN r11121]
2001-09-14 07:55:58 +00:00
adeeed1f6d
Adding the Tuple library files
...
[SVN r10828]
2001-08-10 11:45:43 +00:00