boost.cxx 1.90.3 → 1.90.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ And then include `boost/thread.hpp` as follows:
29
29
  int main() { /* ... */ }
30
30
  ```
31
31
 
32
- And then compile with `clang++` or `g++`, by adding the path `node_modules/boost.cxx` to your compiler's include paths.
32
+ Finally, compile while adding the path `node_modules/boost.cxx` to your compiler's include paths.
33
33
 
34
34
  ```bash
35
35
  $ clang++ -I./node_modules/boost.cxx main.cxx # or, use g++
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boost.cxx",
3
- "version": "1.90.3",
3
+ "version": "1.90.4",
4
4
  "description": "Super-project for modularized Boost; Dawes et al. (1998).",
5
5
  "keywords": [
6
6
  "c++",