Skip to content

Commit

Permalink
Merge pull request #516 from beached/v2
Browse files Browse the repository at this point in the history
trimmed some headers in string_view
  • Loading branch information
beached committed Jan 7, 2024
2 parents 291ccb5 + 1ccc80e commit 3bd77f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cmake_minimum_required( VERSION 3.14 )

project( "daw-header-libraries"
VERSION "2.98.1"
VERSION "2.98.2"
DESCRIPTION "Various headers"
HOMEPAGE_URL "https://github.com/beached/header_libraries"
LANGUAGES C CXX
Expand Down
2 changes: 0 additions & 2 deletions include/daw/daw_string_view2.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
#include "daw_consteval.h"
#include "daw_cpp_feature_check.h"
#include "daw_fnv1a_hash.h"
#include "daw_generic_hash.h"
#include "daw_likely.h"
#include "daw_logic.h"
#include "daw_math.h"
#include "daw_move.h"
#include "daw_swap.h"
#include "daw_traits.h"
Expand Down

0 comments on commit 3bd77f3

Please sign in to comment.