https://github.com/woutervanbakel/try
Try class for C++
https://github.com/woutervanbakel/try
cpp cpp11 functional-programming try
Last synced: 9 months ago
JSON representation
Try class for C++
- Host: GitHub
- URL: https://github.com/woutervanbakel/try
- Owner: woutervanbakel
- Created: 2020-12-16T15:06:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T14:57:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T05:06:49.531Z (10 months ago)
- Topics: cpp, cpp11, functional-programming, try
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/woutervanbakel/Try/actions?query=workflow%3A%22Try%22)
# Try
## Local build environment
1. [Download](https://cmake.org/download/) and install CMake
2. [Download](https://github.com/ninja-build/ninja/releases) and install Ninja
3. Init submodules to fetch googletest
`git submodules update --init`
## Configure and Build
- `cmake -G Ninja -B bin`
- `ninja -C bin`