From 294fa8dd7a09a5d219cc5e73bbc3056a24720b46 Mon Sep 17 00:00:00 2001 From: Wawha Date: Fri, 15 Dec 2023 03:55:56 +0100 Subject: [PATCH] Remove uSTL (#1468) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index defad82..a983ec6 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [STXXL](http://stxxl.sourceforge.net/) - Standard Template Library for Extra Large Data Sets. [Boost] * [tbox](https://github.com/tboox/tbox) - A glib-like multi-platform c library. [Apache2] [website](http://tboox.org/) * [Ultimate++](http://www.ultimatepp.org/) - A C++ cross-platform rapid application development framework. [BSD] -* [uSTL](http://msharov.github.io/ustl/) - The small STL library. [MIT] * [Windows Template Library](http://sourceforge.net/projects/wtl/) - A C++ library for developing Windows applications and UI components. [Public] * [Yomm2](https://github.com/jll63/yomm2) - Fast, Orthogonal, Open multi-methods. Supersedes [Yomm11](https://github.com/jll63/yomm11) [Boost]