File: variant.hpp

package info (click to toggle)
nheko 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,652 kB
  • sloc: cpp: 86,589; python: 875; sh: 243; makefile: 212; xml: 46; ansic: 6
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#ifndef __UHOREG_VARIANT_HPP_
#define __UHOREG_VARIANT_HPP_
#include <variant>
namespace mpark = std;
#endif