a new bitset class with static size

* spot/misc/bitset.hh: implement it
* spot/misc/Makefile.am: distribute it
This commit is contained in:
Maximilien Colange 2018-03-01 13:49:37 +01:00
parent 1aaeccf1d3
commit d77d046d26
2 changed files with 351 additions and 1 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2011, 2012, 2013, 2014, 2016 Laboratoire de Recherche
## Copyright (C) 2011, 2012, 2013, 2014, 2016, 2018 Laboratoire de Recherche
## et Développement de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -32,6 +32,7 @@ DISTCLEANFILES = _config.h
misc_HEADERS = \
bareword.hh \
bddlt.hh \
bitset.hh \
bitvect.hh \
casts.hh \
common.hh \