Просмотр исходного кода

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]
Gennaro Prota 17 лет назад
Родитель
Сommit
78f772bde3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/dynamic_bitset

+ 1 - 1
libs/dynamic_bitset

@@ -1 +1 @@
-Subproject commit eef25927d70889f51e149adf10d359789240a5a1
+Subproject commit 15b61f694ad25b9b0641f7e70e30d29f0b3a8a57

粤ICP备19079148号