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

Commit 29a8b66

Browse files
committed
Resurrected @gchatelet's STL branch
1 parent 032b970 commit 29a8b66

File tree

3 files changed

+144
-309
lines changed

3 files changed

+144
-309
lines changed

src/core/stdcpp/allocator.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ extern(C++, std):
1717
* Allocators are classes that define memory models to be used by some parts of
1818
* the C++ Standard Library, and most specifically, by STL containers.
1919
*/
20-
struct allocator(T) { }
20+
extern(C++, class) struct allocator(T) { }

0 commit comments

Comments
 (0)