aboutsummaryrefslogtreecommitdiff
path: root/build/path
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-03-09 08:43:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-03-09 08:43:58 +0200
commit2e98d3ec3aa57c7b1776d3bf5e7e219a9a3cb3af (patch)
tree9a7fd8701853c5df17587be0ef00c61a32d6fc40 /build/path
parent7de6f6f275d840e8d9523c72d8f4309c51b4dcd3 (diff)
Build according to buildspec
At this stage operations are still ignored.
Diffstat (limited to 'build/path')
-rw-r--r--build/path2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/path b/build/path
index 9b68485..550af80 100644
--- a/build/path
+++ b/build/path
@@ -74,6 +74,8 @@ namespace build
return string_type::npos;
}
+ // Return the position of '.' or npos if there is no extension.
+ //
static size_type
find_extension (string_type const& s)
{