Code Monkey home page Code Monkey logo

cppwp's People

Contributors

eelis avatar timsong-cpp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cppwp's Issues

Broken `Noto Mono` font

For some days now, the monospace font used into the docs is broken.
image

The CSS served to me is

.codeblock {
    font-family: Noto Mono;
    /* ... */
}

and this is obtained from https://fonts.googleapis.com/css2?family=Noto+Mono which results in a 400 code. The URL seems to have moved to https://fonts.googleapis.com/css2?family=Noto+Sans+Mono.

I'm not entirely sure who's responsible, since the htmlgen repo seems to use Roboto Mono now, and I couldn't find any place in this repo where Noto Mono appears in code.

Current working draft is not current.

The current working draft is dated from 9/30/19. However, the actual current working draft paper (N4835 ) is dated from 10/08/19.

This causes some things to be different between them. For example, [expr.prim.id]/3 defines when the names of immediate functions can be used. The September draft states:

An id-expression that denotes an immediate function ([dcl.constexpr]) shall appear as a subexpression of an immediate invocation or in an immediate function context ([expr.const]).

While the October draft has more updated wording:

An id-expression that denotes an immediate function (9.2.5) shall appear only

  • (3.1) as a subexpression of an immediate invocation, or
  • (3.2) in an immediate function context (7.7)

The difference is small, but it is there. In particular, the word "only" appears in the latter one (it's probably not strictly necessary, as "shall appear" ought to be good enough, but they felt the need to add it).

Index links are broken

<!-- index.html -->
<div id="dcl.type.class.deduct">
    <h4>
         <a class="secnum"  >9.2.9.7</a>

          Deduced class template specialization types

         <a class="abbr_ref" href="dcl.type.class.deduct"> <!---- Broken link -->
          [dcl.type.class.deduct]
         </a>
          ...
</h4>

The index.html file contains broken links. It should be:

 <a href="dcl.type.class.deduct.html" >

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.