Skip to content

Commit

Permalink
Add time_generator.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed May 3, 2024
1 parent c52d7c3 commit ea6bed6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions include/boost/uuid/time_generator.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED
#define BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED

// Copyright 2024 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt

#include <boost/uuid/time_generator_v1.hpp>
#include <boost/uuid/time_generator_v6.hpp>
#include <boost/uuid/time_generator_v7.hpp>

#endif // BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED
2 changes: 1 addition & 1 deletion include/boost/uuid/uuid_generators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
#include <boost/uuid/string_generator.hpp>
#include <boost/uuid/name_generator.hpp>
#include <boost/uuid/random_generator.hpp>
#include <boost/uuid/time_generator_v1.hpp>
#include <boost/uuid/time_generator.hpp>

#endif //BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED

0 comments on commit ea6bed6

Please sign in to comment.