Logo
Explore Help
Sign In
LineageOS/android_external_libcxx
1
0
Fork 0
You've already forked android_external_libcxx
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
32bc2e298c6fa521f7cc00fb1f8ec2f7acc31a46
android_external_libcxx/test/std/containers/sequences/deque
History
Marshall Clow 262632877b Remove expression '1L + INT_MAX', because it overflows on machines where int/long are the same size
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@332797 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-19 03:09:05 +00:00
..
deque.capacity
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
2017-11-15 05:51:26 +00:00
deque.cons
Remove expression '1L + INT_MAX', because it overflows on machines where int/long are the same size
2018-05-19 03:09:05 +00:00
deque.modifiers
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
deque.special
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
allocator_mismatch.fail.cpp
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
2015-11-26 01:24:04 +00:00
iterators.pass.cpp
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
2016-11-04 20:26:59 +00:00
types.pass.cpp
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
2016-06-14 21:31:42 +00:00
Powered by Gitea Version: 1.24.6 Page: 191ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API