/exp.cpp-explorations

explorations w/ c++ constructs and its compilers

Primary LanguageShellMIT LicenseMIT

C++ explorations

This repository contains random bits of code I use while assessing c++ constructs and their compatibility in either clang/gcc and visual studio.

Status

Always will be in experimental stage

Licensing

MIT. Look for the LICENSE file.

Using

call ./test.sh

Contributing

Requirement: clang-format

use test.sh to run the unit tests.

use pre-commit.sh to ensure the code is well formatted (uses clang-format)