Skip to content

Use released abseil-cpp, not internal copy #168

@jmr

Description

@jmr

I was waiting until bytes_used was in abseil-cpp, but I'm not sure when that will happen, so I might just fake it.

size += cell_map_.bytes_used() - sizeof(cell_map_);

Using a real abseil-cpp does raise some questions. Should it be a submodule? Or do we require that it's installed somewhere? abseil is hostile to being installed (only LTS releases can be installed in standard locations like /usr/local) because it doesn't want to guarantee stability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions