diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-20 08:19:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-20 08:19:52 +0000 |
commit | cb86317967e98e49dfc1242af6c2d91b61baf132 (patch) | |
tree | 980d28c79705c6578adc5d48229494f04f8999a3 /include/boost/README.boost.llvm | |
parent | cafc0d20bb68d539c46dcbb560616240225634a8 (diff) |
Check in the boost type_traits library, because it is now used by the CommandLine library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/boost/README.boost.llvm')
-rw-r--r-- | include/boost/README.boost.llvm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/boost/README.boost.llvm b/include/boost/README.boost.llvm new file mode 100644 index 0000000000..56e60cc4c3 --- /dev/null +++ b/include/boost/README.boost.llvm @@ -0,0 +1,5 @@ +These files were taken from boost 1.28.0. + +See http://www.boost.org for more information. + + |