Skip to content

clear() and empty_format() #28

@ayykamp

Description

@ayykamp

I'm trying to use clip::has(clip::empty_format())
I tried the following:

#include "clip.h"
#include <iostream>

int main(int argc, char* argv[]) {
  clip::clear();
  std::cout << std::boolalpha << clip::has(clip::empty_format()) << std::endl;
}

But it outputs false even though directly before I clear the clipboard. Am I doing something wrong?

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