Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Eval
authored
Apr 02, 2020
by
Sebastian Büttner
Show whitespace changes
Inline
Side-by-side
Eval.md
View page @
c1d9694f
...
@@ -45,13 +45,16 @@
...
@@ -45,13 +45,16 @@
1.
`std::function<R(Args...)>`
1.
`std::function<R(Args...)>`
1.
`template`
1.
`template`
1.
Inlining of predicates
C qsort vs. C++ std::sort_if
1.
RAII with empty implicitly inlined bodies of Ctor/Dtor
https://godbolt.org/z/UrtxqR - inlining opportunity if not split into decl/defn and h/cpp file.
## Object Model
## Object Model
1.
RAII with empty implicitly inlined bodies of Ctor/Dtor
https://godbolt.org/z/UrtxqR
## Initialization
``
## Initialization
1.
C explicit initialization vs. C++ braced-init
1.
C explicit initialization vs. C++ braced-init
https://godbolt.org/z/Td2Wjv
https://godbolt.org/z/Td2Wjv
...
...
...
...