Skip to content

arjan-schouten/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo shows a way to reproduce a potentional bug in the MSVC compiler with modules

exporting a struct with an overloaded operator>> can not be consumed in the file that imports the module.

Error C2679 binary '>>': no operator found which takes a right-hand operand of type 'Test' (or there is no acceptable conversion)

test.ixx contains a struct that defines an overloaded operator>>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published