diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-03 12:02:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-03 12:02:30 +0200 |
commit | bb48c54f1080874f5a10907714f5fbae0b985ce9 (patch) | |
tree | 8d15b4c6a569a49d22074391440bb5424b7311ef /boost/common/makefile | |
parent | 92ebb8c861c4986e10d38d949a024aee205b14b2 (diff) |
Add support for Boost Multi-Index container in Boost profile
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index 1c41fa8..59c4537 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ +multi-index \ optional \ smart-ptr \ template \ |