Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P59
Remarkup: Inline Code
Active
Public
Actions
Authored by
jcmcdonald
on Nov 3 2020, 10:48 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
```
lang=c++
void foo(int bar) {
if (bar == 42) {
std::cout << "baz" << std::endl;
}
}
```
Event Timeline
jcmcdonald
created this paste.
Nov 3 2020, 10:48 AM
2020-11-03 10:48:20 (UTC-8)
jcmcdonald
mentioned this in
T1395: Create BenchmarkResult class object to store Benchmark data
.
Nov 3 2020, 10:51 AM
2020-11-03 10:51:53 (UTC-8)
memateo
mentioned this in
D367: Add std::bitset support in Stringify and Channel
.
Dec 20 2020, 2:15 PM
2020-12-20 14:15:17 (UTC-8)
Log In to Comment