Skip to content
Snippets Groups Projects
Select Git revision
  • cea745578feea6e0714316f498c7ccb2e23d22c2
  • master default
  • 4.6
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5
  • clang+openmp
  • dynamic-striated
  • occbin
  • exo_steady_state
  • filter_initial_state
  • declare_vars_in_model_block
  • exceptions
  • rmExtraExo
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
  • 4.5.5
  • 4.5.4
  • 4.5.3
  • 4.5.2
  • 4.5.1
  • 4.5.0
  • 4.4.3
  • 4.4.2
  • 4.4.1
  • 4.4.0
41 results

dyn_latex_table.m

Blame
  • Forked from Dynare / dynare
    Source project has a limited visibility.
    ax_cxx_compile_stdcxx_17.m4 1.38 KiB
    # =============================================================================
    #  https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_17.html
    # =============================================================================
    #
    # SYNOPSIS
    #
    #   AX_CXX_COMPILE_STDCXX_17([ext|noext], [mandatory|optional])
    #
    # DESCRIPTION
    #
    #   Check for baseline language coverage in the compiler for the C++17
    #   standard; if necessary, add switches to CXX and CXXCPP to enable
    #   support.
    #
    #   This macro is a convenience alias for calling the AX_CXX_COMPILE_STDCXX
    #   macro with the version set to C++17.  The two optional arguments are
    #   forwarded literally as the second and third argument respectively.
    #   Please see the documentation for the AX_CXX_COMPILE_STDCXX macro for
    #   more information.  If you want to use this macro, you also need to
    #   download the ax_cxx_compile_stdcxx.m4 file.
    #
    # LICENSE
    #
    #   Copyright (c) 2015 Moritz Klammler <moritz@klammler.eu>
    #   Copyright (c) 2016 Krzesimir Nowak <qdlacz@gmail.com>
    #
    #   Copying and distribution of this file, with or without modification, are
    #   permitted in any medium without royalty provided the copyright notice
    #   and this notice are preserved. This file is offered as-is, without any
    #   warranty.
    
    #serial 2
    
    AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX])
    AC_DEFUN([AX_CXX_COMPILE_STDCXX_17], [AX_CXX_COMPILE_STDCXX([17], [$1], [$2])])