dsw7 / GPTifier

A beautiful C++ libcurl / ChatGPT interface. I more or less work on this project for fun :)
MIT License
0 stars 0 forks source link

Should we move to C++ modules? #70

Open dsw7 opened 3 weeks ago

dsw7 commented 3 weeks ago

Background

This is a small project and the project is written in modern C++. C++20 announced modules and some might argue that modules are becoming the defacto standard. I might consider moving to modules.

There are some problems though. The support for modules is not universal and I believe some compilers still have to catch up.

dsw7 commented 3 weeks ago

Pre-migration clean up

See https://github.com/dsw7/GPTifier/pull/71.