summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2018-03-24 17:40:39 (GMT)
committerKevin Smith <git@kismith.co.uk>2018-03-24 17:40:39 (GMT)
commit92bba873587e0cfaf53aff6749d4537b13e275e8 (patch)
tree6929af5d8eb6a9a2c5a5827b6a0f6a5df056c083 /Swift/Controllers/SettingConstants.h
parentd0fa44684ef84decb9cf567e4ebdf682e7a283f9 (diff)
downloadswift-92bba873587e0cfaf53aff6749d4537b13e275e8.zip
swift-92bba873587e0cfaf53aff6749d4537b13e275e8.tar.bz2
Add option for enabling future features
Test-Information: None Change-Id: I548a18ff47c45eafda31584858607e5705386911
Diffstat (limited to 'Swift/Controllers/SettingConstants.h')
-rw-r--r--Swift/Controllers/SettingConstants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/Controllers/SettingConstants.h b/Swift/Controllers/SettingConstants.h
index 61781e0..f82dfb5 100644
--- a/Swift/Controllers/SettingConstants.h
+++ b/Swift/Controllers/SettingConstants.h
@@ -104,5 +104,11 @@ namespace Swift {
* have their markings stripped.
*/
static const SettingsProvider::Setting<bool> MUC_MARKING_ELISION;
+
+ /**
+ * The #FUTURE setting enables use of experimental features
+ * planned for future releases.
+ */
+ static const SettingsProvider::Setting<bool> FUTURE;
};
}