Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Jul 18, 2024
1 parent aa43380 commit 5e87614
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/DockerClang
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ FROM ubuntu:latest
#git clone -b p2996 https://github.com/bloomberg/clang-p2996.git && \
WORKDIR /
RUN apt-get update
RUN apt-get install -y cmake python3 ninja-build git lsb-release software-properties-common wget binutils gcc g++
#RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
RUN bash -c "\
set -ex && \
apt-get install -y cmake python3 ninja-build git lsb-release software-properties-common wget binutils gcc g++ && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# docker build . -t reflection --progress=plain
# clang++ -std=c++26 -freflection -stdlib=libc++

#FROM yaraslaut/clang-p2996:latest
FROM clang-p2996
FROM yaraslaut/clang-p2996:latest
#FROM clang-p2996

COPY . /mnt/src
WORKDIR /mnt/src
Expand Down
3 changes: 1 addition & 2 deletions include/form/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ struct Node {

std::string_view _context;

Node(std::string_view c) : _context{c} {
}
Node(std::string_view c) : _context{c} {}

template <typename T> T as() {

Expand Down
6 changes: 0 additions & 6 deletions src/form.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ void testCreateClass() {

constexpr hidden_type value{};
constexpr auto refl_of_value = ^value;
// form::print_members<[:type_of(refl_of_value):]>(); //TODO: Fix this
form::print_members<[:type_of(refl_of_value):]>();
}

void testAA() {
Expand Down
6 changes: 0 additions & 6 deletions src/util.h

This file was deleted.

0 comments on commit 5e87614

Please sign in to comment.