Re: bitset: expose bitset_resize

2019-03-20 Thread Akim Demaille
> Le 19 mars 2019 à 13:20, Akim Demaille a écrit : > >> Le 19 mars 2019 à 12:53, Bruno Haible a écrit : >> >> Hi Akim, >> >>> Ok to install? Installed.

Re: bitset: expose bitset_resize

2019-03-19 Thread Akim Demaille
> Le 19 mars 2019 à 12:53, Bruno Haible a écrit : > > Hi Akim, > >> Ok to install? > > Just a comment: > >> + ARRAY bitsets cannot be resized. */ > > This comment should better be added to bitset.h. Users will not look into the > test's source code in order to learn about limitations

Re: bitset: expose bitset_resize

2019-03-19 Thread Bruno Haible
Hi Akim, > Ok to install? Just a comment: > + ARRAY bitsets cannot be resized. */ This comment should better be added to bitset.h. Users will not look into the test's source code in order to learn about limitations of the API. Bruno