Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Dec 7, 2024
1 parent 2909d53 commit 982f0b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/DockerClang
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN wget https://apt.llvm.org/llvm.sh
RUN chmod +x llvm.sh
RUN ./llvm.sh 19
RUN git clone -b p2996 https://github.com/bloomberg/clang-p2996.git
RUN cd /clang-p2996 && git reset HEAD~1 --hard
RUN cmake -S /clang-p2996/llvm \
-B build \
-G Ninja \
Expand Down
10 changes: 0 additions & 10 deletions src/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,6 @@ struct std::formatter<ConfigEntry<A, B>> {
}
};

template <typename A, typename B>
struct std::formatter<boxed::detail::boxed<A, B>> {
using Boxed = boxed::detail::boxed<A, B>;
constexpr auto parse(format_parse_context &ctx) { return ctx.begin(); }

auto format(const Boxed &obj, format_context &ctx) const {
return std::format_to(ctx.out(), "{}", obj.value);
}
};

template <typename T> void serialize(T const &val) {
log::println("================================== [Serialized] YAML");
auto data_yaml = form::format_yaml(val);
Expand Down

0 comments on commit 982f0b8

Please sign in to comment.