| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.C.Inline.Cpp
Description
Module exposing a Context to inline C++ code. We only have used
this for experiments, so use with caution. See the C++ tests to see
how to build inline C++ code.
Documentation
module Language.C.Inline
The equivalent of baseCtx for C++. It specifies the .cpp
file extension for the C file, so that g++ will decide to build C++
instead of C. See the .cabal test target for an example on how to
build.