-
Support custom data structure, for example:
```
using namespace fmt::literals;
fmt::print("current directory: {path}", "path"_a=boost::filesystem::current_path());
```
xiamr updated
2 years ago
-
I'm working on an update for FreeBSD port of osm2pgsql to 1.6.0. The project currently does not build with libfmt version is 8.1.1. Bundled fmt builds fine, but that will not be used due to packaging …
-
UDL to make it panic:
```
[Custom]
typedef string JsonObject;
callback interface JexlEvaluator {
boolean jexl_eval(string expression, JsonObject context);
};
```
Line it's crashing o…
-
### Description of the Issue
This URL -- https://ivan-radic.github.io/udl-documentation/, is supposed to guide a person through the use and application of creating a UDL -- however, it relies…
-
Dear N++ team,
I would like to contribute creating syntax highlighting for some "hybrid" languages, which inherit from (more) predefined - not user defined! - languages:
HTML + Python --> Django
…
-
```
inline consteval unsigned char operator""_UC(const unsigned long long n)
{
return static_cast(n);
}
inline consteval char f1(auto const octet)
{
return char(octet >> 4_UC);
}
…
-
A quick scan shows at least `__catchResult` and `____C_A_T_C_H____T_E_S_T____` being used,
but since these identifiers contain double underscores, they are reserved for
the compiler/stdlib implement…
-
In the first quarter of 2021, **our top priority is finishing C++20** for VS 2019 16.10. (See our [C++20 Features project](https://github.com/microsoft/STL/projects/3?fullscreen=true) and [Conformance…
-
This is purely an opinion, so take with a grain of salt :)
I find the English-like numeral suffixes to be a little too "cute" and not necessarily helpful to code readability at scale. Especially wh…
-
[Decentralized Wireless Alliance Revision - OPEN Proposal - JAN 13 2022.docx](https://github.com/dewi-alliance/grants/files/7865101/Decentralized.Wireless.Alliance.Revision.-.OPEN.Proposal.-.JAN.13.20…