Skip to content

Commit

Permalink
Remove struct template is_dereferenceable
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <[email protected]>
  • Loading branch information
yamacir-kit committed Dec 22, 2024
1 parent 2b546c1 commit 9a0971a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Then, select one of the following targets and `make` it according to your purpos

| Target | Description
|-------------|-------------
| `all` | Build shared-library `libmeevax.0.5.306.so` and executable `meevax`.
| `all` | Build shared-library `libmeevax.0.5.307.so` and executable `meevax`.
| `install` | Copy files into `/usr/local` directly.
| `package` | Generate debian package `meevax_0.5.306_amd64.deb` (only Ubuntu). The generated package can be installed by `sudo apt install build/meevax_0.5.306_amd64.deb`.
| `package` | Generate debian package `meevax_0.5.307_amd64.deb` (only Ubuntu). The generated package can be installed by `sudo apt install build/meevax_0.5.307_amd64.deb`.
| `test` | Test executable `meevax`. This target requires Valgrind to be installed.
| `uninstall` | Remove files copied to `/usr/local` directly by target `install`.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.306
0.5.307
37 changes: 0 additions & 37 deletions include/meevax/type_traits/is_dereferenceable.hpp

This file was deleted.

0 comments on commit 9a0971a

Please sign in to comment.