diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-28 14:33:47 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-28 15:47:26 (GMT) |
commit | 8573e20c43af4e0313a001f4fbc325ab5a899e3d (patch) | |
tree | b696055bea425e5d0fc2d2f70285019ff9ea8d70 /Source/cmOutputConverter.h | |
parent | 49117623581f8f154adcf92820dce48a4dfbe71d (diff) | |
download | CMake-8573e20c43af4e0313a001f4fbc325ab5a899e3d.zip CMake-8573e20c43af4e0313a001f4fbc325ab5a899e3d.tar.gz CMake-8573e20c43af4e0313a001f4fbc325ab5a899e3d.tar.bz2 |
cmOutputConverter: Let GetFortranFormat accept a cm::string_view
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index abd02aa..0d24929 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -89,6 +89,7 @@ public: FortranFormatFixed, FortranFormatFree }; + static FortranFormat GetFortranFormat(cm::string_view value); static FortranFormat GetFortranFormat(const char* value); private: |