Merge pull request #295 from franzpoeschel/undef-source-location

Add a way to optionally suppress usage of std::source_location b96acf96ba
This commit is contained in:
ToruNiina
2025-12-03 15:01:09 +00:00
commit 360850a8c8
193 changed files with 19543 additions and 0 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "toml11",
"short_name": "toml11",
"start_url": "/toml11/",
"scope": "/toml11/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/toml11/favicon.svg",
"sizes": "512x512"
}
]
}