StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

Migrate libfmt to std::format #84

Open ahuston-0 opened 1 year ago

ahuston-0 commented 1 year ago

As std::format is now present in all major compilers, libfmt can be removed.

ahuston-0 commented 1 year ago

Clang support is still not quite there yet... need to check this later

dkrautha commented 1 year ago

Besides clang not being there quite yet (its hidden behind an experimental compiler flag), this was only added to the new GCC 13 release very recently, so our build target of Debian 11 in #85 would not have support, as it only has GCC 10.