Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

lugo-studio/std_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header Bundles for C++23 Standard Library

Provides a similar "API" to Microsoft's C++20 modular standard library (std.core, std.threading, etc.). This can be either imported as a submodule or you can download the latest release with just the headers.

For example, instead of

import std.core;

You use

#include <std/core.hpp>

There is also a "c.hpp" for the libraries inherited from C in the C++ standard library, and also a "library.hpp" for including the entire C++ standard library all at once.

Newer headers not yet implemented in MSVC will be guarded by feature-testing macros.

About

A set of includes for the C++ Standard Library

Resources

Stars

Watchers

Forks

Packages

No packages published