aboutsummaryrefslogtreecommitdiff
path: root/build/variable
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-22 15:09:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-22 15:09:04 +0200
commite7688fc3efaa79b3236b9a3775ef1a0ffaeed1b1 (patch)
tree4d14cddf06306f6ea86e3b02b30e1a0d20208fdf /build/variable
parente37e3ad0fc67cca41c35c0e1f0dfdd53a80b33e1 (diff)
Some hoop-jumping to make clang happy
Diffstat (limited to 'build/variable')
-rw-r--r--build/variable2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variable b/build/variable
index 389f4c8..0972f3c 100644
--- a/build/variable
+++ b/build/variable
@@ -111,7 +111,7 @@ namespace build
//
template <typename T>
T
- as () const = delete;
+ as () const;
// Assign.
//