Skip to content

Commit

Permalink
Remove #include <string_view>
Browse files Browse the repository at this point in the history
sting_view is C++17, and not used in this version of uuid.h.
  • Loading branch information
johnomotani authored Jan 5, 2021
1 parent 1ee6ab7 commit fb24438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/bout/sys/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <sstream>
#include <iomanip>
#include <array>
#include <string_view>
#include <iterator>
#include <random>
#include <memory>
Expand Down

0 comments on commit fb24438

Please sign in to comment.