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
Currently only these elements of boost are used by the library:
boost::anyboost::optionalboost::uuidThis is to substitute
boost::anyandboost::optionalwith 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