An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

[![Try](https://github.com/woutervanbakel/Try/workflows/Try/badge.svg?branch=main)](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`