-
-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tested with document.cpp and it's complement document.h.
If document.cpp is saved as UTF8 without BOM, everything works fine.
If the .cpp is saved as UTF8 with BOM, it's first #include is ignored by b2, if the file starts with that (just after the BOM, sure).
„Ignored“ means not in the depency tree showed with -d3, so document.cpp is not recompiled on change of file to be included, here document.h.
That is repeatable, but not tested with other files.
B2 5.2.0 (OS=NT, jobs=12)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working