Skip to content

Remove dependency on boost #4

@lukaszlaszko

Description

@lukaszlaszko

Currently only these elements of boost are used by the library:

  • boost::any
  • boost::optional
  • boost::uuid

This is to substitute boost::any and boost::optional with C++ 17 std::any and std::optional and write an uuid generator based on routines available in linux std library - https://linux.die.net/man/3/uuid_generate

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