libshit

Just some random shit
git clone https://git.neptards.moe/neptards/libshit.git
Log | Files | Refs | Submodules | README | LICENSE

variant (166B)


      1 // -*- c++ -*-
      2 #pragma once
      3 
      4 #define __cpp_lib_integer_sequence 201304L
      5 
      6 #include "mpark_variant.hpp"
      7 
      8 namespace std
      9 {
     10   using namespace mpark;
     11   using mpark::get;
     12 }