Fix a libcds bug:
authorKim Nguyễn <kn@lri.fr>
Wed, 9 May 2012 12:25:45 +0000 (14:25 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 9 May 2012 12:25:45 +0000 (14:25 +0200)
commita6ceb9addec9be126c967821d278153b43e948e4
tree25bc69cbd2138aeb42bb27a8c2581513ff0db6c5
parent9b8afc78da8be3f210cf204b732d4c84ca5080d5
Fix a libcds bug:
    Sadakane's code uses big endian ordered words (for set/get bit)
    Francisco's code uses little endian ordered words.
    Add a set_le method to bit-vector
Makefile
bit-vector.cpp
bit-vector.hpp
xml-tree-builder.cpp
xml-tree-inc.hpp
xml-tree.cpp
xml-tree.hpp