https://github.com/wx257osn2/cxx_adc2020_sal_wrapper
C++ Advent Calendar 2020 -- C++ Quiz: Workarounds
https://github.com/wx257osn2/cxx_adc2020_sal_wrapper
Last synced: 3 months ago
JSON representation
C++ Advent Calendar 2020 -- C++ Quiz: Workarounds
- Host: GitHub
- URL: https://github.com/wx257osn2/cxx_adc2020_sal_wrapper
- Owner: wx257osn2
- License: bsl-1.0
- Created: 2020-11-15T05:58:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T06:14:51.000Z (over 4 years ago)
- Last Synced: 2025-01-14T12:16:41.364Z (5 months ago)
- Language: C++
- Homepage: https://zenn.dev/wx257osn2/articles/42df3e03b9c343eb4a4d
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sal_wrapper
## Prerequisites
- C++20-supporting g++
- You can use C++17-supporting g++ if you use `make SALW_CXX_VERSION:=c++17` instead of `make`## Usage
```console
$ # write your code into sal_wrapper.hpp
$ make
```