Commit Graph

32 Commits

Author SHA1 Message Date
Gennaro Prota
15b61f694a dynamic_bitset:
* clean up and fix of copyright notices for the include files that are directly under boost/
    * parenthesized a couple of macro names in boost/dynamic_bitset/config.hpp
      (yeah, a bit paranoid, I know :-))
    * removed some superfluous comments and enclosed an url in angle brackets
    * changed block_width_type, to avoid a few level 4 warnings with MSVC++
    * added the usual private-and-non-implemented copy members to bit_appender
    * removed useless #pragma warning(disable:4996) for MSVC++ (it should have
      been eventually applied to much more places than it was; and, anyhow, the
      only sensible way to get rid of the warning is to disable it globally)
    * slight tweak in to_ulong (assert moved a bit earlier)


[SVN r48252]
2008-08-20 11:16:16 +00:00
Gennaro Prota
50ffc7be59 (minor) oops in previous edit
[SVN r34904]
2006-08-19 10:55:07 +00:00
Gennaro Prota
02f4b61f14 identification
[SVN r34903]
2006-08-19 10:52:24 +00:00
Gennaro Prota
e445e12e06 new version (the actual code, from the sandbox, is in dynamic_bitset/dynamic_bitset.hpp)
[SVN r22647]
2004-04-18 09:07:24 +00:00
Eric Niebler
f66792a57d remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
[SVN r22394]
2004-02-26 18:27:02 +00:00
Jens Maurer
702e7dd26b remove unused variable
[SVN r18997]
2003-07-09 19:41:40 +00:00
Gennaro Prota
c3ecab1edc Eliminated tabs and spaces at EOL
[SVN r17561]
2003-02-20 18:51:35 +00:00
Beman Dawes
6fc5896e72 add or update See www.boost.org comments
[SVN r16708]
2002-12-27 16:51:53 +00:00
Beman Dawes
a5cad3ad88 Add /libs/lib-name to comment
[SVN r16685]
2002-12-23 02:43:12 +00:00
Beman Dawes
f4a45420c0 fix from Jason Shirk
[SVN r16395]
2002-11-25 01:35:01 +00:00
Jeremy Siek
8424ddf9aa Removed __BORLANDC__ from the #if around the basic_string
constructor. Luckily the fix by GP for g++ also fixes Borland. [JGS]


[SVN r15806]
2002-10-08 15:51:35 +00:00
Jeremy Siek
644da01f9c fixed friend issue in dump_to_string and added this-> in set_block_
[SVN r15794]
2002-10-07 22:14:03 +00:00
Jeremy Siek
d02ea45d32 added this-> in more places
[SVN r15788]
2002-10-07 18:58:17 +00:00
Jeremy Siek
43a44321d0 updated to match bugfixes from the release branch
[SVN r15784]
2002-10-07 18:29:03 +00:00
Jeremy Siek
946403a28d some bug fixes
[SVN r15718]
2002-10-04 19:48:50 +00:00
Dave Abrahams
892d1a8341 2-phase lookup bug fixes
[SVN r15328]
2002-09-15 04:34:25 +00:00
Jeremy Siek
5be07705a1 changed num_blocks to calc_num_blocks
[SVN r15134]
2002-09-02 15:36:59 +00:00
Jeremy Siek
f54ca5fd0f added num_blocks()
[SVN r15133]
2002-09-02 15:30:25 +00:00
Jeremy Siek
ffb95ec996 made from_string public for good
[SVN r14979]
2002-08-20 00:32:22 +00:00
Jeremy Siek
291988fb0d *** empty log message ***
[SVN r14967]
2002-08-19 22:06:16 +00:00
Jeremy Siek
cf7916a4de *** empty log message ***
[SVN r14966]
2002-08-19 21:52:04 +00:00
Jeremy Siek
cdf05bad85 moved more stuff to the detail file
[SVN r14929]
2002-08-16 16:39:19 +00:00
Jeremy Siek
98472e20f0 hopeful VC++7 workaround
[SVN r14866]
2002-08-14 23:21:54 +00:00
Jeremy Siek
92b7915915 removed commented code in operator==
[SVN r14842]
2002-08-14 16:47:45 +00:00
Jeremy Siek
2342e9bf59 more optimizations and changes from Gennaro
[SVN r14841]
2002-08-14 16:46:18 +00:00
Jeremy Siek
4ad8b055d6 no change
[SVN r14661]
2002-08-01 16:16:02 +00:00
Jeremy Siek
1a047c3f9c new optimized count() implementation
[SVN r14657]
2002-08-01 15:54:32 +00:00
Jeremy Siek
0779163118 changes from Gennaro Prota
[SVN r14655]
2002-08-01 15:33:47 +00:00
Jeremy Siek
b7a1cac5e6 fixed operator-= and operator-
[SVN r14648]
2002-07-30 22:35:12 +00:00
Jeremy Siek
ea042ec75d changed to private inheritance
[SVN r14642]
2002-07-30 16:00:57 +00:00
Jeremy Siek
5576614536 added operator-
[SVN r14638]
2002-07-30 00:53:45 +00:00
Jeremy Siek
270afe16e7 new files
[SVN r14498]
2002-07-17 16:21:43 +00:00