diff options
| author | Steven Moreland <smoreland@google.com> | 2017-12-18 16:14:13 -0800 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2017-12-19 01:16:00 +0000 |
| commit | b8f152d3e2b9368717743ebcb1277239a6c00659 (patch) | |
| tree | 319fd727c6ab13792dc3f8c0b0fe901888f85de5 /libutils/include/utils/BitSet.h | |
| parent | 3fca67514a0634f1645db5d0a1030e42d061bf69 (diff) | |
| download | system_core-b8f152d3e2b9368717743ebcb1277239a6c00659.tar.gz system_core-b8f152d3e2b9368717743ebcb1277239a6c00659.tar.bz2 system_core-b8f152d3e2b9368717743ebcb1277239a6c00659.zip | |
Usage suggestions.
Providing alternative suggestions for using C++ stdlib types
instead of libutils types:
- higher interoperability
- fewer "legacy" quirks
- ability to use stl algorithms
- high optimization levels
Test: none
Change-Id: If81aa9982ca0ad229fa13c8142387906981b054d
Diffstat (limited to 'libutils/include/utils/BitSet.h')
| -rw-r--r-- | libutils/include/utils/BitSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libutils/include/utils/BitSet.h b/libutils/include/utils/BitSet.h index 8c612931d..8abfb1a07 100644 --- a/libutils/include/utils/BitSet.h +++ b/libutils/include/utils/BitSet.h @@ -22,6 +22,8 @@ /* * Contains some bit manipulation helpers. + * + * DO NOT USE: std::bitset<32> or std::bitset<64> preferred */ namespace android { |
