From 82b9af71dd5aa3ad6fee808e91e9b1024ebaeafb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 19 May 2020 21:19:58 +0300 Subject: Improve std::optional to better deal with lack of copy/move constructors --- tests/optional/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/optional/buildfile (limited to 'tests/optional/buildfile') diff --git a/tests/optional/buildfile b/tests/optional/buildfile new file mode 100644 index 0000000..68188d7 --- /dev/null +++ b/tests/optional/buildfile @@ -0,0 +1,6 @@ +# file : tests/optional/buildfile +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} + +exe{driver}: {hxx cxx}{*} $libs -- cgit v1.1