Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/buildsystem/mod.ts>Standard

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

Members

c89 = "c89"
c90 = "c90"
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"