diff --git a/exercises/xmake.lua b/exercises/xmake.lua index 5522dd874..f7c656f24 100644 --- a/exercises/xmake.lua +++ b/exercises/xmake.lua @@ -124,4 +124,4 @@ target("exercise28") target("exercise29") add_files("29_std_accumulate/main.cpp") --- TODO: deque; forward_list; fs; thread; mutex; +-- TODO: lambda; deque; forward_list; fs; thread; mutex;