shahfarhadreza / papercode

Paper Code - A fast-lightweight C++ IDE built for performance-obsessed developers.
MIT License
43 stars 1 forks source link

Project module - simplify loading #6

Closed diegoiast closed 7 months ago

diegoiast commented 7 months ago

The concept of Expected/NonExpected is actually nice - but not supported yet in older clang. So, instead just convert the API to a simple bool for now.