From a14b9bc18431c6aed8441261d28b6ff20bd25935 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 14:44:32 +0200 Subject: Initial take on header unit and include translation support --- build2/depdb.ixx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build2/depdb.ixx') diff --git a/build2/depdb.ixx b/build2/depdb.ixx index 5ceba5a..80a2ea6 100644 --- a/build2/depdb.ixx +++ b/build2/depdb.ixx @@ -13,6 +13,13 @@ namespace build2 os_.~ofdstream (); } + inline void depdb:: + flush () + { + if (state_ == state::write) + os_.flush (); + } + inline bool depdb:: mtime_check () { -- cgit v1.1