You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short overview
Most implementations are done in a single source file with tons of #ifdefs.
I guess it's still valid for header files, but I'm repeatedly getting lost reading the implementation.
Use case
Better code splitting
Improved readability
Easier to include files in CMakeLists.txt without having to deal with OS specific filename postfixes (e.g. *._win32.cc)
The text was updated successfully, but these errors were encountered:
Short overview
Most implementations are done in a single source file with tons of
#ifdef
s.I guess it's still valid for header files, but I'm repeatedly getting lost reading the implementation.
Use case
The text was updated successfully, but these errors were encountered: