aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/src/bootstrap.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-09 17:10:32 +0200
committerHampusM <hampus@hampusmat.com>2022-06-09 17:10:32 +0200
commita5d218fd1a7e842b7ea4ac7809b0ba89856a5205 (patch)
tree77021d322f45a2b1d17bc79dc6189df1562ba2ea /examples/basic/src/bootstrap.hpp
parent58762e6e029d71ed72b094ec2d5831b6cac4e27b (diff)
docs: fix basic example code style
Diffstat (limited to 'examples/basic/src/bootstrap.hpp')
-rw-r--r--examples/basic/src/bootstrap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/src/bootstrap.hpp b/examples/basic/src/bootstrap.hpp
index 104248f..9febbd9 100644
--- a/examples/basic/src/bootstrap.hpp
+++ b/examples/basic/src/bootstrap.hpp
@@ -2,4 +2,4 @@
#include <yacppdic/container.hpp>
-yacppdic::Container bootstrap();
+auto bootstrap() -> yacppdic::Container;