svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
177 stars 29 forks source link

feat: Compile on Clang 18.0.0 and MSVC 19.37.32822.0 #50

Closed edvn0 closed 1 year ago

edvn0 commented 1 year ago

This simple patch allows for compiling on latest gen compilers. We remove stdc++fs and improve std::filesystem::path -> std::string conversion. Also use std::ifstream over FILE 😊

svenstaro commented 1 year ago

Please also rebase.

edvn0 commented 1 year ago

Please also rebase.

Rebased and rewrote to use std::filesystem::file_size.