diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-04 11:18:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-04 11:18:15 +0200 |
commit | 91c93873cd6c7e32ea494ae248d779b3e4276125 (patch) | |
tree | c2bfb94915a0e59cf5b8b434ad4118d6db3fe64d /libbuild2 | |
parent | 3d224bcb822081c4aa54a82d514bea07f7c459fe (diff) |
Document internal scope functionality
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cxx/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 7e1bc4c..a2c9f25 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -585,7 +585,7 @@ namespace build2 // functionality is in use. Another reason to whitelist is to catch // warnings in instantiations of templates that belong to a library // that is otherwise warning-free (see the MSVC /external:templates- - // option for details). + // option for background). // // Note also that if multiple libraries are installed into the same // location (or otherwise share the same header search paths, for |