Announcement

Collapse
No announcement yet.

Mesa Can Finally Build With Almost No Compiler Warnings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by pal666 View Post
    mesa already uses c++ in some places. well, c++ by file type, not necessarily by contents
    In what reality is C++ provably memory safe at compile time?

    Comment


    • #32
      Originally posted by fuzz View Post

      In what reality is C++ provably memory safe at compile time?
      If you ask a C++ zealot, even C++98 had better memory safety than Rust.

      Comment


      • #33
        Originally posted by brrrrttttt View Post
        This really just betrays your inexperience, especially the last part.
        So does warnings in a codebase.

        Comment


        • #34
          *sighs* no doubt you've maintained plenty of large codebases over time.
          Originally posted by fuzz View Post

          In what reality is C++ provably memory safe at compile time?
          You said memory ownship as a feature, C++ has exactly that (e.g. std::*_ptr).

          Comment


          • #35
            Originally posted by fuzz View Post
            In what reality is C++ provably memory safe at compile time?
            in our. just use correct api. and there is work to make compiler help you even when you use unsafe one https://herbsutter.com/2018/09/20/li...e-v1-0-posted/
            Last edited by pal666; 23 September 2018, 07:23 PM.

            Comment


            • #36

              Comment

              Working...
              X