diff --git a/doc/deprecated.html b/doc/deprecated.html index 81b4c9f..5be4af2 100644 --- a/doc/deprecated.html +++ b/doc/deprecated.html @@ -1,12 +1,12 @@ - - - - + + + + Filesystem Deprecated Features - + @@ -15,7 +15,7 @@ -boost.png (6897 bytes) +boost.png (6897 bytes) Filesystem Deprecated Features @@ -37,6 +37,7 @@ Deprecated    Bug Reports    +

Deprecated names and features

@@ -57,27 +58,27 @@ can be suppressed by defining BOOST_FILESYSTEM_ALLOW_DEPRECATED mac Component or location -

Old name, now deprecated +

Old name, now deprecated

✔ -

New name +

New name

class path -

Construction, assignment and appending from container types. +

Construction, assignment and appending from container types.

  -

Use string types or iterators as the source for path construction, assignment and appending. +

Use string types or iterators as the source for path construction, assignment and appending.

path.hpp - template<class String, class Traits>
+ template<class String, class Traits>
  class basic_path;
  @@ -129,9 +130,9 @@ those features along with suggested replacements.

Component or location -

Removed name +

Removed name

-

Possible replacement +

Possible replacement

class path @@ -206,9 +207,9 @@ those features along with suggested replacements.

class path -

remove_leaf() +

remove_leaf()

-

remove_filename() +

remove_filename()

@@ -222,13 +223,13 @@ those features along with suggested replacements.

operations.hpp -

template <class Path>
- Path complete(const Path& p,
- const Path& base=
-   initial_path<Path>())
+

template <class Path>
+ Path complete(const Path& p,
+ const Path& base=
+   initial_path<Path>())

-

path absolute(const path& p, const path& base=
-  current_path())
+

path absolute(const path& p, const path& base=
+  current_path())

@@ -237,7 +238,7 @@ those features along with suggested replacements.

is_regular(file_status f)

- is_regular_file(file_status f) + is_regular_file(file_status f)

@@ -341,7 +342,7 @@ happen. Depending on the user to call initial_path() at the beginning of main() is too error prone.  An equivalent function can trivially be provided by a user.

-
+

© Copyright Beman Dawes, 2002-2005, 2010

© Copyright Andrey Semashev, 2019-2024

diff --git a/doc/design.htm b/doc/design.htm index 2fe1db0..7de5ac0 100644 --- a/doc/design.htm +++ b/doc/design.htm @@ -1,25 +1,25 @@ - - - - + + + + Boost Filesystem Library Design - +

-Filesystem +Filesystem Library Design

-

Introduction
-Requirements
-Realities
-Rationale
-Abandoned_Designs
+

Introduction
+Requirements
+Realities
+Rationale
+Abandoned_Designs
References

Introduction

@@ -42,8 +42,8 @@ of choice..

Requirements