mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
docs: Some outdated TODO comments removed
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@ -187,8 +187,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo xcode-select -s "/Applications/Xcode_13.0.app"
|
sudo xcode-select -s "/Applications/Xcode_13.0.app"
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
# TODO Find a proper syntax to make the below work
|
|
||||||
# if: !matrix.config.docker_image
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ $RUNNER_OS == 'Linux' ]; then
|
if [ $RUNNER_OS == 'Linux' ]; then
|
||||||
|
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@ -190,8 +190,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo xcode-select -s "/Applications/Xcode_13.0.app"
|
sudo xcode-select -s "/Applications/Xcode_13.0.app"
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
# TODO Find a proper syntax to make the below work
|
|
||||||
# if: !matrix.config.docker_image
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ $RUNNER_OS == 'Linux' ]; then
|
if [ $RUNNER_OS == 'Linux' ]; then
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
find_package(Doxygen MODULE REQUIRED
|
# TODO Switch to CONFIG when Conan will start supporting imported executables in CMakeDeps
|
||||||
)# TODO Switch to CONFIG when Conan will start supporting imported executables in CMakeDeps
|
find_package(Doxygen MODULE REQUIRED)
|
||||||
find_package(Sphinx REQUIRED)
|
find_package(Sphinx REQUIRED)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -188,9 +188,6 @@ and define units like::
|
|||||||
struct electronvolt : named_scaled_unit<electronvolt, "eV", prefix,
|
struct electronvolt : named_scaled_unit<electronvolt, "eV", prefix,
|
||||||
ratio(1'602'176'634, 1'000'000'000, -19), joule> {};
|
ratio(1'602'176'634, 1'000'000'000, -19), joule> {};
|
||||||
|
|
||||||
..
|
|
||||||
TODO Submit a bug for above lexing problem
|
|
||||||
|
|
||||||
Finally, the last of the `named_scaled_unit` class template parameters
|
Finally, the last of the `named_scaled_unit` class template parameters
|
||||||
provide a reference unit for scaling. Please note that it can be a dimension's
|
provide a reference unit for scaling. Please note that it can be a dimension's
|
||||||
base/coherent unit (like ``si::second``) or any other unit (i.e. ``si::minute``,
|
base/coherent unit (like ``si::second``) or any other unit (i.e. ``si::minute``,
|
||||||
|
Reference in New Issue
Block a user