Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

ansi

Enables language compatibility with the gcc option ansi.

Syntax

Linux:

-ansi

Windows:

None

Arguments

None

Default

OFF

GNU C++ is more strongly supported than ANSI C.

Description

This option enables language compatibility with the gcc option -ansi and provides the same level of ANSI standard conformance as that option.

If you want strict ANSI conformance, use the -strict-ansi option.

IDE Equivalent

Visual Studio: None

Eclipse: Language > ANSI Conformance

Alternate Options

None