$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Win10 now allows symlink creation without elevated privileges
From: Niall Douglas (s_sourceforge_at_[hidden])
Date: 2017-05-14 11:25:18
In case the list didn't know, from the Creator's Update onwards Windows
10 allows normal users to create symlinks if the machine is put into
Developer mode:
https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/
I don't know about others, but this will be a major time saver for me at
least, I had been using hard links on Windows which are prone to
accidental data loss.
Niall