Menu

Support compiling with /permissive-

paul
2018-09-20
2018-12-13
  • paul

    paul - 2018-09-20

    Hello,

    Are there any plans to support compiling with the compiler switch /permissive- (VS2017)? This mode removes a lot of the MS-specific (non-conformant) behavior.

    Thanks,
    Paul

     
  • Vidar Hasfjord

    Vidar Hasfjord - 2018-09-30

    Hi Paul,

    Are there any plans to support compiling with the compiler switch /permissive- (VS2017)?

    Yes. In fact I have had some uncommitted changes to allow /permissive- on the trunk (version 7). But it will probably not be backported to the 6-series (not by me anyway), so expect version 6 to continue to require the MS-specific behaviour.

     
  • Vidar Hasfjord

    Vidar Hasfjord - 2018-12-13

    OWLNext 7 (trunk) now compiles with C++17 conformance mode for VC++ (options "/permissive-" and "/std:c++17").

    See revision log.

     

Anonymous
Anonymous

Add attachments
Cancel