Results 3 issues of William Mou

When running the example program with LLVM: ``` INFO: From Linking explorer/explorer: clang++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] ``` Temporarily avoid generating warnings with `-Wl`, but `-pie` may...

Add [email protected] It's an important version for the M1 mac. Clang 15 ([email protected]) started to support `-march=native` for Apple M1. ref: [why-does-march-native-not-work-on-apple-m1](https://stackoverflow.com/questions/65966969/why-does-march-native-not-work-on-apple-m1)

new-version
update-package

## Story This PR is open for issue #18, including the following features. I have rewritten a better version to comply with the C++ standard. - [x] Add allocator implementation...