diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-17 18:58:53 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-17 18:58:53 (GMT) |
commit | 1949403689f9cc6f5c5b59e27176518fac4426b9 (patch) | |
tree | 86bf1df0d710730c3d795b5ea730f67ee930f697 /src/boosty.h | |
parent | f40942441882823f9b432c57eead64a89507e577 (diff) |
boost s/b >=1.48 not >1.48
Diffstat (limited to 'src/boosty.h')
-rw-r--r-- | src/boosty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boosty.h b/src/boosty.h index 6dc9858..2b5ab38 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -117,7 +117,7 @@ inline fs::path canonical( fs::path p, fs::path p2 ) result /= *itr; if (fs::is_symlink(result)) { - PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >1.48"); + PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >=1.48"); } } return result; |