Inspecting STL containers

Hi,
Снимок экрана 2015-08-03 в 11.40.43.png
My guess is that's because of clang/libc++. Any chance to make it more coder friendly?

Environment:
Ubuntu 14.04
CLion 1.0.5
clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)

CMake:
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

target_link_libraries(... c++ c++abi)
0
1 comment

Hi Daniil.

You are right, it's not implemented in CLion yet.
We have a feature request in the tracker:
https://youtrack.jetbrains.com/issue/CPP-2437
Feel free to comment or upvote.

0

Please sign in to leave a comment.