kde-playground/kdevplatform/template/templates/namespace_use_cpp.txt
2015-07-18 16:04:14 +00:00

3 lines
134 B
Text

{% if namespaces %}
using namespace {% for ns in namespaces %}{{ ns }}{% if not forloop.last %}::{% endif %}{% endfor %};
{% endif %}