diff options
| author | crupest <crupest@outlook.com> | 2020-12-30 21:56:06 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-12-30 21:56:06 +0800 | 
| commit | f58a0f653f8009e2ee30fb7c8b910c2e388ee385 (patch) | |
| tree | 3f70b6f1b4ac0207e0bcd260521ce45c79f94440 /works/life/cpp-practicum | |
| parent | 6469683b4cca6aaae9d27e34c17b8f75a988fa81 (diff) | |
| download | crupest-f58a0f653f8009e2ee30fb7c8b910c2e388ee385.tar.gz crupest-f58a0f653f8009e2ee30fb7c8b910c2e388ee385.tar.bz2 crupest-f58a0f653f8009e2ee30fb7c8b910c2e388ee385.zip  | |
import(life): ...
Diffstat (limited to 'works/life/cpp-practicum')
| -rw-r--r-- | works/life/cpp-practicum/Base.hpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/works/life/cpp-practicum/Base.hpp b/works/life/cpp-practicum/Base.hpp index bdf87dd..44a9d6c 100644 --- a/works/life/cpp-practicum/Base.hpp +++ b/works/life/cpp-practicum/Base.hpp @@ -3,11 +3,6 @@  #include <exception>
  #include <stdexcept>
 -#define CRU_UNUSED(entity) static_cast<void>(entity);
 -
 -#define CRU__CONCAT(a, b) a##b
 -#define CRU_MAKE_UNICODE_LITERAL(str) CRU__CONCAT(u, #str)
 -
  #define CRU_DEFAULT_COPY(classname)                                            \
    classname(const classname &) = default;                                      \
    classname &operator=(const classname &) = default;
  | 
