mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
Fix #1963 (permissive- issue)
This commit is contained in:
parent
5d1c5aacf2
commit
3efcc3d377
@ -67,8 +67,8 @@ namespace vcpkg
|
||||
/// <remarks>
|
||||
/// Valid version strings are "v140", "v141", and "". Empty string gets the latest.
|
||||
/// </remarks>
|
||||
const Toolset& VcpkgPaths::get_toolset(const Optional<std::string>& toolset_version,
|
||||
const Optional<fs::path>& visual_studio_path) const;
|
||||
const Toolset& get_toolset(const Optional<std::string>& toolset_version,
|
||||
const Optional<fs::path>& visual_studio_path) const;
|
||||
|
||||
Files::Filesystem& get_filesystem() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user