Revision b6412bb...

Go back to digest for 27th October 2013

Bug Fixes in Development Tools

Milian Wolff committed changes in [kdevelop] /cpp/cppduchain:

C++11: Add implicit using directive for inline namespaces.

This fixes association of uses etc. to contents in inline namespaces,
which is the case for e.g. most of the stuff in std::chrono.

Note: Code completion of items in an inline namespace nested in
another namespace (such as is the case for stuff in std::chrono::_V2)
does not show up properly yet.

File Changes

Modified 3 files
  • /cpp/cppduchain
  •   languages/declarationbuilder.cpp
  •   languages/tests/test_duchain.h
  •   languages/tests/test_duchain_cpp2011.cpp
3 files changed in total