From be24c8ea80ac81c73f16bfba43a98ea26952889d Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 16 May 2016 12:32:26 -0400 Subject: [PATCH] [ci-skip] docs update --- docs/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/features.rst b/docs/source/features.rst index 12cf7954..84c03751 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -249,7 +249,7 @@ luwra - * How do you store stateful functors / lambas ? Cannot find a way to support * Cannot pull functions without first leaving them on the stack: manual cleanup becomes a thing -* Doesn't understand std::function conversions and the like (but with some extra code can get it to work) +* Doesn't understand ``std::function`` conversions and the like (but with some extra code can get it to work) * Recently improved by a lot: can chain tables and such, even if performance is a bit sad for that use case * When you do manage to set function calls with the macros they are fast (can a template solution do just as good? Sol is going to find out!) * No member variable support - get turned into getter/setter functions, similar to kaguya