Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. $ g++ -E macros-indent.cpp | less
  2. # 1 "macros-indent.cpp"
  3. # 1 "<built-in>"
  4. # 1 "<command-line>"
  5. # 1 "/usr/include/stdc-predef.h" 1 3 4
  6. # 1 "<command-line>" 2
  7. # 1 "macros-indent.cpp"
  8.  
  9.  
  10.  
  11. template <typename T>
  12. struct Kek {
  13.     Kek() {
  14.         this->col_ = (this->mpPtr_ ? (T**)this->mpPtr_->allocNew<T*>((this->numCol_)) : new T*[s]);
  15.     }
  16. };
  17.  
  18. int main() {
  19.  
  20.     return 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement