diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-01-29 19:30:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-01-29 19:30:27 +0000 |
commit | a5b2dbc259e289ea23fe9aebb34eba2c1dc7fefb (patch) | |
tree | 5812a629bd48b0968dee7411809c6a6a19680390 /src/algorithm.cpp | |
parent | 1c9014238e909c768bf84564733b5441d5c9ea2b (diff) |
Diffstat (limited to 'src/algorithm.cpp')
-rw-r--r-- | src/algorithm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algorithm.cpp b/src/algorithm.cpp index 6d5cf7c0bc810..10c4c3312599d 100644 --- a/src/algorithm.cpp +++ b/src/algorithm.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_EXTERN_TEMPLATE(...) extern template __VA_ARGS__; #include "algorithm" #include "random" #include "mutex" |