projects
/
cpp_sandbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First commit
[cpp_sandbox.git]
/
Sandbox
/
AggregateInitializations.h
1
#pragma once
2
3
4
namespace
AggregateInitializations
5
{
6
void
tests
();
7
};
8