mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-12 07:25:25 +02:00
- More template use, less preprocessor use. - Removed some of the Visual C++ 6 workarounds. - Reduced memory use of the main object. - Split into smaller headers. [SVN r55878]
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
|
|
# Copyright 2006-2008 Daniel James.
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import testing ;
|
|
|
|
build-project unordered ;
|
|
build-project exception ;
|