Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3f1a3e3

Browse files
committed
Resurrected @gchatelet's STL branch
1 parent 032b970 commit 3f1a3e3

File tree

3 files changed

+148
-327
lines changed

3 files changed

+148
-327
lines changed

src/core/stdcpp/allocator.d

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* (See accompanying file LICENSE)
88
* Authors: Guillaume Chatelet
9+
* Manu Evans
910
* Source: $(DRUNTIMESRC core/stdcpp/allocator.d)
1011
*/
1112

@@ -17,4 +18,4 @@ extern(C++, std):
1718
* Allocators are classes that define memory models to be used by some parts of
1819
* the C++ Standard Library, and most specifically, by STL containers.
1920
*/
20-
struct allocator(T) { }
21+
extern(C++, class) struct allocator(T) { }

0 commit comments

Comments
 (0)