First commit master
authorGreg Burri <greg.burri@gmail.com>
Wed, 20 Jan 2021 09:55:20 +0000 (10:55 +0100)
committerGreg Burri <greg.burri@gmail.com>
Wed, 20 Jan 2021 09:55:20 +0000 (10:55 +0100)
commit7057d5a403954e0a7a7eb3b4e9181989294a3436
tree9784ae937ec7fafc81acdfaddf8e4788c05d4f26
First commit
40 files changed:
.gitignore [new file with mode: 0644]
Sandbox.sln [new file with mode: 0644]
Sandbox/AggregateInitializations.cpp [new file with mode: 0644]
Sandbox/AggregateInitializations.h [new file with mode: 0644]
Sandbox/Bind.cpp [new file with mode: 0644]
Sandbox/Bind.h [new file with mode: 0644]
Sandbox/Concepts.cpp [new file with mode: 0644]
Sandbox/Concepts.h [new file with mode: 0644]
Sandbox/ConstexprIf.cpp [new file with mode: 0644]
Sandbox/ConstexprIf.h [new file with mode: 0644]
Sandbox/CostOfUsingStatic.cpp [new file with mode: 0644]
Sandbox/CostOfUsingStatic.h [new file with mode: 0644]
Sandbox/DefaultMethods.cpp [new file with mode: 0644]
Sandbox/DefaultMethods.h [new file with mode: 0644]
Sandbox/FoldExpressions.cpp [new file with mode: 0644]
Sandbox/FoldExpressions.h [new file with mode: 0644]
Sandbox/FunctionsAsTemplate.cpp [new file with mode: 0644]
Sandbox/FunctionsAsTemplate.h [new file with mode: 0644]
Sandbox/IfAndSwitchInitStatements.cpp [new file with mode: 0644]
Sandbox/IfAndSwitchInitStatements.h [new file with mode: 0644]
Sandbox/Lambdas.cpp [new file with mode: 0644]
Sandbox/Lambdas.h [new file with mode: 0644]
Sandbox/NextAndExchange.cpp [new file with mode: 0644]
Sandbox/NextAndExchange.h [new file with mode: 0644]
Sandbox/PointerToMember.cpp [new file with mode: 0644]
Sandbox/PointerToMember.h [new file with mode: 0644]
Sandbox/ReadVarint.cpp [new file with mode: 0644]
Sandbox/ReadVarint.h [new file with mode: 0644]
Sandbox/Sandbox.vcxproj [new file with mode: 0644]
Sandbox/Sandbox.vcxproj.filters [new file with mode: 0644]
Sandbox/TemplateMetaProgramming.cpp [new file with mode: 0644]
Sandbox/TemplateMetaProgramming.h [new file with mode: 0644]
Sandbox/Traits.cpp [new file with mode: 0644]
Sandbox/Traits.h [new file with mode: 0644]
Sandbox/Types.h [new file with mode: 0644]
Sandbox/VariadicTemplates.cpp [new file with mode: 0644]
Sandbox/VariadicTemplates.h [new file with mode: 0644]
Sandbox/VariadicUsing.cpp [new file with mode: 0644]
Sandbox/VariadicUsing.h [new file with mode: 0644]
Sandbox/main.cpp [new file with mode: 0644]