Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 190 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 190 Bytes

uniq_ptr

A minimal implementation of std::uniq_ptr.

How to test?

You can use bazel:

$ bazel test tests:ali_unique_ptr_test --repo_env=CC=g++-10