diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-07 08:08:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-07 08:08:43 +0200 |
commit | 0b383b72841e4af2890d082e4caed3119484fe95 (patch) | |
tree | 7b09b6cc4d73828a51063a4f6f38c411fb449c30 /butl/buildfile | |
parent | bfae9dab4b2e3ddaf13e82a6c24c0684de9e0d48 (diff) |
Add const_ptr, const-propagating smart pointer
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index 734195e..090f9ed 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -5,6 +5,7 @@ lib{butl}: \ {hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ + {hxx }{ const-ptr } \ {hxx cxx}{ diagnostics } \ {hxx }{ export } \ {hxx ixx cxx}{ fdstream } \ |