Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 581 Bytes

readme.adoc

File metadata and controls

36 lines (25 loc) · 581 Bytes

rostd

Roku extensions to the C++ standard library.

Features

rostd supports the following features.

Header Description

<rostd/printx.hpp>

Type-safe printf.

Dependencies

rostd depends on the C++ standard library.

Compatibility

rostd requires C++20 and primarily targets the gcc and clang compilers.

Test Suite

The rostd test suites are run with:

mkdir build
cd build
cmake ..
make all test