Change "folders" to "directories" in Boost mappings.

No functional change.
This commit is contained in:
Kim Grasman 2019-06-30 15:39:48 +02:00 committed by Kim Gräsman
parent 08233e8e83
commit 5e53ea0872
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{ include: ["@<boost/filesystem/.*>", private, "<boost/filesystem.hpp>", public ] },
{ include: ["@<boost/function/.*>", private, "<boost/function.hpp>", public ] },
#manually delete $ sed '/workarounds*\.hpp/d' -i boost-all.imp
#also good idea to remove all lines refering to folders above (e.g., sed '/\/format\//d' -i boost-all.imp)
#also good idea to remove all lines refering to directories above (e.g., sed '/\/format\//d' -i boost-all.imp)
#programatically include:
{ include: ["<boost/accumulators/numeric/detail/function1.hpp>", private, "<boost/accumulators/numeric/functional.hpp>", public ] },
{ include: ["<boost/accumulators/numeric/detail/function2.hpp>", private, "<boost/accumulators/numeric/functional.hpp>", public ] },

View File

@ -6,7 +6,7 @@
{ include: ["@<boost/filesystem/.*>", private, "<boost/filesystem.hpp>", public ] },
{ include: ["@<boost/function/.*>", private, "<boost/function.hpp>", public ] },
#manually delete $ sed '/workarounds*\.hpp/d' -i boost-all.imp
#also good idea to remove all lines refering to folders above (e.g., sed '/\/format\//d' -i boost-all.imp)
#also good idea to remove all lines refering to directories above (e.g., sed '/\/format\//d' -i boost-all.imp)
#programatically include:
{ include: ["<boost/accumulators/numeric/detail/function1.hpp>", private, "<boost/accumulators/numeric/functional.hpp>", public ] },
{ include: ["<boost/accumulators/numeric/detail/function2.hpp>", private, "<boost/accumulators/numeric/functional.hpp>", public ] },