-
Wieland Morgenstern authored
Audio::Samples are a move-only class, they can't be copied. Using this non-copyable class in a std::vector<std::map<..>> does not compile in Visual Studio 2017, see e.g.: https://stackoverflow.com/questions/58700780/vector-of-maps-of-non-copyable-objects-fails-to-compile-in-msvc Replacing the use of vector with list, which does compile.
71078112
Name |
Last commit
|
Last update |
---|---|---|
.github | Loading commit data... | |
IO | ||
apps | ||
cmake | ||
cppcheck | ||
discovery | ||
doc | ||
docker | ||
lib | ||
tests | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md | ||
cloc_definition.txt | ||
cloc_exclude.txt | ||
cuda.version | ||
deps.json | ||
release.sh | ||
update.py |