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

Commit

Permalink
Resurrected @gchatelet's STL branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TurkeyMan committed Jun 8, 2018
1 parent 032b970 commit ee8a696
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 309 deletions.
3 changes: 2 additions & 1 deletion src/core/stdcpp/allocator.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Guillaume Chatelet
* Manu Evans
* Source: $(DRUNTIMESRC core/stdcpp/allocator.d)
*/

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

0 comments on commit ee8a696

Please sign in to comment.