Commit 32786e8
Don't use 'not defined' in C++ preprocessing (#5025)
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2086
While not is a valid C++ keyword, MSVC issues the following warnings
```
C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\./FloatConversion.h(292): warning C4067: unexpected tokens following preprocessor directive - expected a newline
```
Pull Request resolved: #5025
Reviewed By: spcyppt
Differential Revision: D86135907
Pulled By: q10
fbshipit-source-id: 3d55410aa1f6f4f1a4511d2881d1b0ba05ea5c5a1 parent d1d26ac commit 32786e8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments