Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk21/symbolset
C++11 flexible enum library
https://github.com/mrk21/symbolset
cpp cpp11
Last synced: about 1 month ago
JSON representation
C++11 flexible enum library
- Host: GitHub
- URL: https://github.com/mrk21/symbolset
- Owner: mrk21
- License: mit
- Created: 2014-05-07T08:58:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T08:35:52.000Z (over 10 years ago)
- Last Synced: 2024-10-13T13:36:20.709Z (2 months ago)
- Topics: cpp, cpp11
- Language: C++
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
symbolset
=========C++11 flexible enum library
# Dependencies
* boost (>= 1.49.0)
# Support compilers
* GCC 4.8.2
* GCC 4.9.0
* Clang 3.3
* Clang 3.4# Compiler options
## include path
* -I path/to/symbolset
## C++ version
* -std=c++11, c++1y, gnu++11 or gnu++1y