TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Implemented basic platform library

Open abigalekim opened this issue 2 years ago • 1 comments

Implemented basic platform library. Currently supports the following: OS: MacOS, Windows, Linux Compiler: GCC, Clang, MinGW, MSVC

Should finalize the design for this though and write tests for it. (and in the future, eliminate macro use by using the platform library instead).


TYPE: FEATURE DESC: Implemented basic platform library

abigalekim avatar Aug 04 '22 19:08 abigalekim

This pull request has been linked to Shortcut Story #19669: Add platform boolean support..