Inspecting STL containers
Hi,
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)
Please sign in to leave a 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.