index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cxx11
/
c++11-test-lambda-N2927.cpp
blob: b86ad170a6452e14390a8acacfecb251e2265b9b (
plain
)
1
2
3
4
5
int
main
()
{
int
ret
=
0
;
return
([&
ret
]() ->
int
{
return
ret
; })();
}