Skip to main content
Module

x/buildsystem/mod.ts>Standard

Build System for C/C++ projects using Deno and TypeScript
Latest
enum Standard
import { Standard } from "https://deno.land/x/buildsystem@0.1.23/mod.ts";

Members

c11 = "c11"
c17 = "c17"
c89 = "c89"
c90 = "c90"
c99 = "c99"
cxx03 = "c++03"
cxx11 = "c++11"
cxx14 = "c++14"
cxx17 = "c++17"
cxx2a = "c++2a"
cxx98 = "c++98"
gnu11 = "gnu11"
gnu17 = "gnu17"
gnu89 = "gnu89"
gnu90 = "gnu90"
gnu99 = "gnu99"
gnuxx03 = "gnu++03"
gnuxx11 = "gnu++11"
gnuxx14 = "gnu++14"
gnuxx17 = "gnu++17"
gnuxx2a = "gnu++2a"
gnuxx98 = "gnu++98"