Camille Brugel
22e8e35069
Fix "standalone" include issue by adding header boost/type_traits/is_pointer.hpp ( #10 )
2018-10-22 13:18:50 -04:00
dami
7775794a2d
Fix uninitialized boolean flag in the char_separator constructor - trac/103073
2017-06-16 23:06:42 +01:00
jzmaddock
26f41270ce
Patch for Diab compiler
...
Extracted from Boost.Config issue: https://svn.boost.org/trac/boost/ticket/11655
2017-04-16 18:36:14 +01:00
Andrey Semashev
7d8b3c99d3
Use public interface of Boost.Iterator
2014-08-30 15:46:00 +04:00
Gregor Jasny
81818d7b63
Use BOOST_THROW_EXCEPTION macro to throw
...
Signed-off-by: Gregor Jasny <gregor.jasny@citrix.com>
2014-05-16 07:59:31 -06:00
Stephen Kelly
32c7a54233
Tokenizer: Remove obsolete MSVC version check.
...
[SVN r86037]
2013-09-30 00:21:08 +00:00
Vicente J. Botet Escriba
756ff7dcbf
Tokenizer: fix minor warnings.
...
[SVN r83981]
2013-04-20 13:50:43 +00:00
Marshall Clow
f17e70a091
Applied patch; Refs #4649
...
[SVN r71006]
2011-04-05 17:33:50 +00:00
Marshall Clow
8355a34b81
Applied patch from #4791 ; will close after merging to release
...
[SVN r66802]
2010-11-27 20:46:51 +00:00
Andrey Semashev
3042689054
Worked around annoying "deprecated" warnings on MSVC.
...
[SVN r64931]
2010-08-19 20:02:59 +00:00
Andrey Semashev
f996d6e6c3
One last missing cosmetic change.
...
[SVN r62750]
2010-06-10 17:15:22 +00:00
Andrey Semashev
c9f8e001fa
Fixed tabs, removed unneeded spaces. Silenced a few warnings on MSVC and made the code compilable if no cwctype header is available.
...
[SVN r62749]
2010-06-10 17:13:14 +00:00
Andrey Semashev
aa38596da8
Fixed missing include for wide-charader classification functions.
...
[SVN r62747]
2010-06-10 16:31:38 +00:00
K. Noel Belcourt
21ed84e634
Fix ticket 1755 by applying the attached patch.
...
[SVN r62706]
2010-06-10 02:04:40 +00:00
Marshall Clow
4eadadb5a1
Changed spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer
...
[SVN r49211]
2008-10-09 16:04:37 +00:00
Marshall Clow
ff61630882
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2008-04-02 01:42:32 +00:00
John Maddock
5a5be4c30b
Changed meaning of "at_end" needs copy-constructor fix.
...
[SVN r41339]
2007-11-24 18:34:17 +00:00
John Maddock
114e59f833
Fixes #501 #1334 .
...
[SVN r41302]
2007-11-22 10:38:48 +00:00
Gennaro Prota
25d14f6bde
added final slash to library url; fixed -Wshadow warning with gcc ('what' shadows member function)
...
[SVN r34755]
2006-07-28 00:36:59 +00:00
Markus Schöpflin
0863039336
Replaced <cassert> with boost version.
...
[SVN r31739]
2005-11-22 10:00:50 +00:00
John Maddock
4ad66f6c9c
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
Joaquín M. López Muñoz
348845132c
reworded explanation for a workaround
...
[SVN r25510]
2004-10-01 12:44:44 +00:00
Joaquín M. López Muñoz
60f12c43e0
workaround for a problem with string::assign in msvc-stlport
...
[SVN r25499]
2004-10-01 07:38:02 +00:00
Jeff Garland
9e93efc857
fix unused variable warnings on gcc with -Wall
...
[SVN r24793]
2004-08-27 23:44:52 +00:00
Douglas Gregor
8fb15d50ea
License update
...
[SVN r24598]
2004-08-19 15:23:47 +00:00
Rene Rivera
0f43483595
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
John R. Bandela
4e7357c63e
Fixed a bug involving using char_delimiter with a true input iterator.
...
Thanks to David Abrahams for sending a example that demonstrated the problem
[SVN r22615]
2004-04-07 01:51:37 +00:00
Beman Dawes
6719c70d3f
clear gcc warnings, taking VC++ 6.0 into account (Marshall Clow)
...
[SVN r22158]
2004-02-04 01:18:42 +00:00
John R. Bandela
b1f97fa633
Coverted to Robert Zeh's fast tokenizer. New dependency on MPL
...
[SVN r21780]
2004-01-15 22:34:57 +00:00
Dave Abrahams
69f2a59e98
Removed access category tags from iterator library, made corresponding
...
changes elsewhere.
boost/iterator and libs/iterator/test were updated from
branch "simplify"
[SVN r20905]
2003-11-22 01:18:37 +00:00
John R. Bandela
f65a5fc442
Changed parameter in the token_iterator constructors from end to e to avoid a name conflict warning with the end method of token_iterator.
...
John R. Bandela
[SVN r20166]
2003-09-23 03:24:41 +00:00
Jens Maurer
240718b2dc
fix ordering of member initializers to avoid a warning with gcc
...
[SVN r19220]
2003-07-19 20:52:39 +00:00
Beman Dawes
2da000ff91
fix const_/non const_ conversion (from JRB)
...
[SVN r19153]
2003-07-16 15:27:24 +00:00
Beman Dawes
219f7cc772
add #include <algorithm> for find_if
...
[SVN r19127]
2003-07-15 13:37:37 +00:00
Jens Maurer
8b4b0acf4e
reorder ctor member initializer to match order of member definitions
...
(avoids gcc warning)
[SVN r19036]
2003-07-10 23:48:34 +00:00
Joel de Guzman
6481c22651
Iterator Adapter V2 version
...
[SVN r19023]
2003-07-10 12:44:36 +00:00
Björn Karlsson
cf4a5e51b9
Untabified
...
[SVN r17194]
2003-02-04 12:14:34 +00:00
Beman Dawes
2eba86bce3
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Dave Abrahams
fac0fa0e2e
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
John Maddock
2abb508a7e
Fixed use of BOOST_NO_STDC_NAMESPACE so that tokenizer can live with regex.
...
[SVN r12872]
2002-02-21 11:33:06 +00:00
Jeremy Siek
ffdc6884ac
*** empty log message ***
...
[SVN r12746]
2002-02-06 21:51:40 +00:00
Jeremy Siek
b3f83152f0
*** empty log message ***
...
[SVN r12745]
2002-02-06 21:33:47 +00:00
Jeremy Siek
6df5fa22b0
*** empty log message ***
...
[SVN r12744]
2002-02-06 20:01:09 +00:00
Jeremy Siek
f020ec062d
mods with respect to isspace and ispunct behaviour of char_separator
...
[SVN r12738]
2002-02-06 03:32:49 +00:00
Jeremy Siek
b9b48781c4
added new class char_separator
...
[SVN r12736]
2002-02-06 02:11:09 +00:00
John R. Bandela
7cd1847786
Reverted to previous version
...
[SVN r12055]
2001-12-14 02:51:49 +00:00
John R. Bandela
e286f26cf4
offset_separator and char_delimiters_separator now use
...
tok.assign(cur,next)
to assign the token sequence for all iterator types except input iterators where
tok+=*next
is used
There is a workaround for Borland C++ and strings (see code)
Thanks to Gennadiy E. Rozental for pointing this out
-John R. Bandela
[SVN r11868]
2001-12-03 04:56:50 +00:00
Jeremy Siek
87a637077e
iterator adaptor update and related changes
...
[SVN r11554]
2001-11-04 02:50:10 +00:00
John R. Bandela
05c488b8e1
Fixed escape_list_separator bug with terminating empty field,
...
and enhanced it to allow strings as e,c,q
-jrb
[SVN r11130]
2001-09-16 00:00:04 +00:00
John R. Bandela
49bb549f94
Fixes for some warnings -JRB
...
[SVN r10976]
2001-08-31 16:46:10 +00:00