This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
c-plus-plus-dafuq
Watch
1
Star
0
Fork
You've already forked c-plus-plus-dafuq
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.
7
Commits
1
Branch
0
Tags
380 KiB
C++
83.6%
Meson
8.4%
Makefile
3%
Shell
2.5%
PowerShell
2.5%
Tree:
6f346f3357
c-plus-plus-dafuq
/
emplace_move
History
Zed A. Shaw
b8395c6d9f
Got a test case working that shows emplace_back and push_back do the same function calls in every instance except for one.
4 months ago
..
test.cpp
Got a test case working that shows emplace_back and push_back do the same function calls in every instance except for one.
4 months ago