ob-C.el: Add support for specifying namespaces in C/C++
commit0c1b4da1f620067c8e0925f47d13769a302b9546
authorJay Kamat <jaygkamat@gmail.com>
Mon, 17 Jul 2017 04:55:24 +0000 (16 21:55 -0700)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 1 Aug 2017 08:20:15 +0000 (1 10:20 +0200)
tree12791a93abb2b42de4c12392a790bcad7fa402b2
parent27e5beaa64a0720e4935d68da2dd61de79762f4e
ob-C.el: Add support for specifying namespaces in C/C++

* lisp/ob-C.el (org-babel-C-expand-C): Add a :namespaces export option
  to C++ org babel blocks. Namespaces specified here will be added to
  the file in the format 'using namespace %s;'. Multiple namespaces
  can be specified, separated by spaces.

TINYCHANGE
etc/ORG-NEWS
lisp/ob-C.el