Advertisement
Tainel

src/base/dependencies/namespaces.hpp

May 14th, 2023 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | Source Code | 0 0
  1. #pragma once
  2.  
  3. #include"system.hpp"
  4.  
  5. // Inject the standard namespace into the global namespace.
  6. using namespace std;
  7.  
  8. // Namespaces of some GNU C++ library extensions.
  9. #define CXX __gnu_cxx
  10. #define PBDS __gnu_pbds
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement