- 09 5月, 2019 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The iter objects shouldn't not be const. D'oh.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The bool conversion happens after predicate is called automatically.
-
由 Behdad Esfahbod 提交于
-
- 08 5月, 2019 6 次提交
-
-
由 Behdad Esfahbod 提交于
Allows for eg, checking all values equal 2: hb_all (it, 2).
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
They do absolutely same thing. hb_requires is to encode constraints, whereas hb_enable_if is for more conditional enabling.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 07 5月, 2019 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 01 5月, 2019 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 27 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 17 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 4月, 2019 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The first three based on range-v3.
-
由 Behdad Esfahbod 提交于
-
-
- 13 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit 98f14c4c. Same as previous commit.
-
由 Behdad Esfahbod 提交于
Painful. All template methods need to be explicitly hidden :(. Maybe we should switch to -fvisibility=hidden pragma. A LOT more to go.
-
- 04 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
Don't think we need hb_is_same().
-
由 Behdad Esfahbod 提交于
From Orvid King: TLDR; MSVC has some issues using sizeof(declval<T>()) for SFINAE of templated types, so I just used SFINAE in a different context where MSVC doesn't have the issue.
-
- 03 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
While doable with hb_deref_pointer() as well, we also would then need to do it in a ton of places. Not worth it / messy.
-
由 Behdad Esfahbod 提交于
No idea how to avoid dupicating code. Was hoping hb_deref_pointer() would do it, but looks like a pointer can't bind to a universal reference T&&. Humm.
-
- 02 4月, 2019 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 01 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
Yeah, some things not very clear...
-
由 Behdad Esfahbod 提交于
Untested.
-
- 30 3月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-