Skip to content

Support C++ Modules #131

Description

@kaladron

Hi! I wrote a small wrapper for tabulate for C++ Modules that I'd be happy to contribute upstream if you're interested:

module;

#include <tabulate/table.hpp>

export module tabulate;

export namespace tabulate {
using tabulate::Table;
using tabulate::FontAlign;
using tabulate::FontStyle;
}  // namespace tabulate

(used in my code today as: https://raw.githubusercontent.com/kaladron/galactic-bloodshed/refs/heads/main/gb/third_party/tabulate.cppm)

If yes, i'll happily put together the PR that links this into cmake, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions