This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 9 | |
| update-alternatives --install /usr/bin/clang-cl clang-cl /usr/bin/clang-cl-9 9 | |
| update-alternatives --install /usr/bin/clang-import-test clang-import-test /usr/bin/clang-import-test-9 9 | |
| update-alternatives --install /usr/bin/clang-rename clang-rename /usr/bin/clang-rename-9 9 | |
| update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-9 9 | |
| update-alternatives --install /usr/bin/clang-cpp clang-cpp /usr/bin/clang-cpp-9 9 | |
| update-alternatives --install /usr/bin/clang-include-fixer clang-include-fixer /usr/bin/clang-include-fixer-9 9 | |
| update-alternatives --install /usr/bin/clang-reorder-fields clang-reorder-fields /usr/bin/clang-reorder-fields-9 9 | |
| update-alternatives --install /usr/bin/clang-apply-replacements clang-apply-replacements /usr/bin/clang-apply-replacements-9 9 | |
| update-alternatives --install /usr/bin/clang-offload-bundler clang-offload-bundler /usr/bin/clang-offload-bundler-9 9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Envelope | |
| { | |
| public: | |
| //======================================================================================= | |
| //======================================================================================= | |
| using Breakpoint = std::pair<int, float>; | |
| enum class Interpolation | |
| { |