boost::filesystem::coy_option is deprecated.
authorHyungju Lee <leee.lee@samsung.com>
Fri, 15 Mar 2024 00:22:46 +0000 (09:22 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Fri, 15 Mar 2024 01:10:01 +0000 (10:10 +0900)
commit2d4326123e4b93ec85810bc0389ebad3cb29d2d4
treeaf8e2ba1a1850c53164099b910e0a039c8e9614c
parent1f617cb40e798ca941627ea0e511dc42ff9b4632
boost::filesystem::coy_option is deprecated.

    // Deprecated, use copy_options instead
    enum class copy_option
    {
      none = copy_options::none,
      fail_if_exists = none,
      overwrite_if_exists = copy_options::overwrite_existing
    };
NativeLauncher/util/utils.cc