Revision 88447b6c46efdf8a5988d23793fbdff560c048cc authored by Dmitri Naumov on 29 January 2021, 20:35:20 UTC, committed by Dmitri Naumov on 29 January 2021, 22:47:36 UTC
By Jason Turner in his "C++ Best Practices":
std::bind is almost always way more overhead
(both compile time and runtime) than you need.
Instead simply use a lambda.
1 parent ff64d3a
History
File Mode Size
archetypes
assets
config
content
data
layouts
static
themes
.gitignore -rw-r--r-- 171 bytes
.linksrc.json -rw-r--r-- 272 bytes
.node-version -rw-r--r-- 3 bytes
config.yaml -rw-r--r-- 215 bytes
package.json -rw-r--r-- 444 bytes
postcss.config.js -rw-r--r-- 114 bytes
tailwind.config.js -rw-r--r-- 1.5 KB
yarn.lock -rw-r--r-- 60.1 KB

back to top