Skip to content
View Shaktal's full-sized avatar

Block or report Shaktal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. DataStructures DataStructures Public

    Messing around with random data structures in modern C++.

    C++

  2. iso-cpp-breaking-UB iso-cpp-breaking-UB Public

    Forked from jbcoe/iso-cpp-breaking-UB

    ISO C++ paper to discuss changes that render UB well-defined.

  3. any_iterator any_iterator Public

    Proposal and sample implementation for adding `any_iterator` to the C++ ISO standard.

    C++ 1

  4. components components Public

    A generic components library containing useful utilities for modern C++

  5. compressed_pair compressed_pair Public

    A C++11-compatible `compressed_pair` class, which offers the C++17 interface for `std::pair` but takes advantage of EBCO.

  6. rapidcheck rapidcheck Public

    Forked from emil-e/rapidcheck

    QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.

    C++