Skip to content

Commit

Permalink
remove boost/preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
wjr-z committed Oct 7, 2024
1 parent 0ae378e commit 68fdf1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "third-party/boost/predef"]
path = third-party/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "third-party/boost/preprocessor"]
path = third-party/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "third-party/boost/winapi"]
path = third-party/boost/winapi
url = https://github.com/boostorg/winapi.git
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ if (WJR_USE_CXX_20)
else()
add_subdirectory(third-party/boost/config)
add_subdirectory(third-party/boost/predef)
add_subdirectory(third-party/boost/type_traits)
add_subdirectory(third-party/boost/preprocessor)
if (WIN32)
add_subdirectory(third-party/boost/winapi)
Expand Down
8 changes: 8 additions & 0 deletions include/wjr/charconv.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef WJR_CHARCONV_HPP__
#define WJR_CHARCONV_HPP__

#include <wjr/format/charconv.hpp>
#include <wjr/format/dragonbox.hpp>
#include <wjr/format/fastfloat.hpp>

#endif // WJR_CHARCONV_HPP__
1 change: 0 additions & 1 deletion third-party/boost/preprocessor
Submodule preprocessor deleted from c4ea7e

0 comments on commit 68fdf1a

Please sign in to comment.