diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-08 14:40:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-08 14:40:15 +0200 |
commit | 650d61845b3f61e9596a8a2dc97458998ba26013 (patch) | |
tree | b0ce0b66bfd053ffb38849589404957cde0f12dc /build/variable.ixx | |
parent | 402bb6e6b297614226c4f848ebdb13fd49a95d76 (diff) |
Implement automatic amalgamation discovery
Diffstat (limited to 'build/variable.ixx')
-rw-r--r-- | build/variable.ixx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/variable.ixx b/build/variable.ixx index b0ff021..b97815e 100644 --- a/build/variable.ixx +++ b/build/variable.ixx @@ -4,6 +4,11 @@ namespace build { + // value_proxy + // + inline bool value_proxy:: + empty () const {return as<const list_value&> ().empty ();} + inline const value_proxy& value_proxy:: operator= (value_ptr v) const { |