diff options
Diffstat (limited to 'build/variable')
-rw-r--r-- | build/variable | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/variable b/build/variable index bb29138..9009080 100644 --- a/build/variable +++ b/build/variable @@ -218,6 +218,10 @@ namespace build template <> const dir_path& value_proxy:: as<const dir_path&> () const; + + template <> + bool value_proxy:: + as<bool> () const; } namespace std |