TG-SAG

Results 6 comments of TG-SAG

I might do a pull request on the change I have on my fork. But I'm not sure on how to write an ETL test for this issue because I...

You're correct in saying that the new bitset should be used. I will make the switch to the new version ASAP. Only because I wanted to run my test suite...

The `to_ulong()` and `to_ullong()` methods use `value()` with `unsigned long` and `unsigned long long` respectively. The ETL implementation always does a compile time check if these methods can be used...

I've made a change to the`bool operator ==(const etl::iunordered_map& lhs, const etl::iunordered_map& rhs)` that seems to have fixed the problem but I don't know if this is the right way...

I've a basic question on how a comparison on a ETL container should work. Say I've two containers from the same type but different sizes and I put the same...

I applied your patch to my repository and it seems to work. All my unittest are passed now :-) I might not have full coverage of all the functionality of...