Warning, /kdevelop/kdevelop/kdevplatform/template/templates/namespace_use_cpp.txt is written in an unsupported language. File is not indexed.

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