-
Hi, @onecompiler-ops I see in your CPP cheatsheet topics of STL (standard template library) are missing such as containers(sets, maps), functors, and iterators which are most important for the folks u…
-
**Describe the bug**
STL allows range-based insertion to vector (and other containers) thru implicit conversion operator
**Command-line test case**
```
d:\Temp2>type repro.cpp
#include
#inc…
-
### Describe the Code Quality Issue
There are memory related issues now:
#3789 there are some errors in memory loggings.
#3675 Memory cost is too large in LCAO code, and the loggings is not enoug…
-
Hi OCCA-ers,
For non-trivial (read big-ol-mess) codes, it is sometimes necessary to copy structs (which contain also structs or stl containers) to the GPU & back ... (well at least to the GPU :-)).…
-
Type: Debugger
Visual Studio does it already, it ships linux.natvis which supports libstd++ and libc++ at the same time. But cpptools doesn't, so hovering mouse cursor on STL containers doesn't ge…
-
We are currently facing this issue for
- Map
- CVTermList
- DataProcessing
- Precursor
which all have a member of type `std::map`, `Map`, `std::set`, `std::set` or inherit from it. Currently…
-
```
Description:
Target compiler:
- VS 11 and later
- Clang 3.2 and later
- GCC 4.5 and later
- ICC 11.1 and later
Used feature:
- auto and decltype keyword
- rep…
-
```
Hi, All, I made some changes for old gcc:
* Add a btree_config.h
* Config type_traits according to whether c++11 is support and enabled by
compiler.
* Allow user define size_type to be size_t, w…
-
```
Hi, All, I made some changes for old gcc:
* Add a btree_config.h
* Config type_traits according to whether c++11 is support and enabled by
compiler.
* Allow user define size_type to be size_t, w…
-
```
Description:
Target compiler:
- VS 11 and later
- Clang 3.2 and later
- GCC 4.5 and later
- ICC 11.1 and later
Used feature:
- auto and decltype keyword
- rep…